Blocker Firefox

Examine source code of Blocker

By: tunc1
Inspect and view changes in Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Blocker",
  "description": "You can block any url you would like to by adding it to the list of urls to block and block youtube ads with this extension.",
  "version": "1.1.2",
  "manifest_version": 2,
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f86f6d1-089c-4631-a9b4-97d90c462340}"
    }
  }
}

Best Blocker Alternatives

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