Spotify Ad Blocker Firefox

Examine source code of Spotify Ad Blocker

Inspect and view changes in Spotify Ad Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.2",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_icon": "img/128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/backgroundScript.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{77486670-e5ad-449d-b6ec-c364c54ff901}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "scripts/content.js",
        "scripts/contentScript.js",
        "scripts/checkStoped.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "scripts/*"
  ]
}

Best Spotify Ad Blocker Alternatives

Here are some Firefox add-ons that are similar to Spotify Ad Blocker: