YouTube Adblock Firefox

Examine source code of YouTube Adblock

Inspect and view changes in YouTube Adblock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "3.0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "64": "images/icon-64.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "YouTube Adblock",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; worker-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ca41be6-be50-4d5c-827d-05f3f69f6a17}"
    }
  }
}

Best YouTube Adblock Alternatives

Here are some Firefox add-ons that are similar to YouTube Adblock: