Pin Buster

Pin Buster

Bust those annoying Pinterest promotions!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pin Buster",
  "version": "1.4.3",
  "description": "Bust those annoying Pinterest promotions!",
  "manifest_version": 3,
  "author": "Tell Konkle <[email protected]>",
  "options_page": "options.html",
  "content_scripts": [
    {
      "js": [
        "buster.js"
      ],
      "matches": [
        "*://*.pinterest.co.kr/*",
        "*://*.pinterest.co.uk/*",
        "*://*.pinterest.com/*",
        "*://*.pinterest.de/*",
        "*://*.pinterest.fr/*",
        "*://*.pinterest.il/*",
        "*://*.pinterest.se/*",
        "*://*.pinterest.uk/*",
        "*://*.pinterest.us/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.pinterest.co.kr/*",
    "*://*.pinterest.co.uk/*",
    "*://*.pinterest.com/*",
    "*://*.pinterest.de/*",
    "*://*.pinterest.fr/*",
    "*://*.pinterest.il/*",
    "*://*.pinterest.se/*",
    "*://*.pinterest.uk/*",
    "*://*.pinterest.us/*"
  ],
  "icons": {
    "16": "icon-16px.png",
    "48": "icon-48px.png",
    "128": "icon-128px.png"
  }
}