Promoted Pin Hider

Promoted Pin Hider

For Pinterest. Puts a big ol' gap where promoted pins used to be. It ain't PinBlock, but it's better than nothing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Promoted Pin Hider",
  "manifest_version": 2,
  "version": "1.0.7resigned1",
  "description": "Hides Promoted Pins",
  "browser_action": {
    "name": "Manipulate DOM"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.0.0.min.js",
        "background.js"
      ],
      "matches": [
        "http://www.pinterest.com/*",
        "https://www.pinterest.com/*",
        "http://www.pinterest.ca/*",
        "https://www.pinterest.ca/*",
        "https://www.pinterest.co.uk/*",
        "https://gr.pinterest.com/*",
        "https://in.pinterest.com/*",
        "https://www.pinterest.ie/*",
        "https://it.pinterest.com/*",
        "https://www.pinterest.ch/*",
        "https://cz.pinterest.com/*",
        "https://id.pinterest.com/*",
        "https://www.pinterest.es/*",
        "https://ru.pinterest.com/*",
        "https://nl.pinterest.com/*",
        "https://br.pinterest.com/*",
        "https://no.pinterest.com/*",
        "https://tr.pinterest.com/*",
        "https://www.pinterest.com.au/*",
        "https://www.pinterest.at/*",
        "https://pl.pinterest.com/*",
        "https://www.pinterest.fr/*",
        "https://ro.pinterest.com/*",
        "https://www.pinterest.de/*",
        "https://www.pinterest.dk/*",
        "https://www.pinterest.nz/*",
        "https://fi.pinterest.com/*",
        "https://hu.pinterest.com/*",
        "https://www.pinterest.jp/*",
        "https://www.pinterest.pt/*",
        "https://ar.pinterest.com/*",
        "https://www.pinterest.co.kr/*",
        "https://www.pinterest.se/*",
        "https://www.pinterest.com.mx/*",
        "https://sk.pinterest.com/*",
        "https://www.pinterest.cl/*",
        "https://co.pinterest.com/*",
        "https://za.pinterest.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4bd473c8-ecf6-4580-97a7-6077148dfedb}"
    }
  }
}