Youtube Adblocker Firefox

Examine source code of Youtube Adblocker

By: vivian Add-on
Inspect and view changes in Youtube Adblocker source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "default_locale": "en_US",
  "description": "__MSG_extension_description__",
  "version": "2.0.3",
  "background": {
    "scripts": [
      "/js/serviceWorker.js"
    ]
  },
  "action": {
    "default_icon": {
      "128": "icons/enabled.png"
    },
    "default_title": "__MSG_extension_name__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.7.1.min.js",
        "js/youtube.js"
      ],
      "css": [
        "styles/adblock.css"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "js": [
        "js/jquery-3.7.1.min.js",
        "js/embed.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/enabled.png",
    "48": "icons/enabled.png",
    "64": "icons/enabled.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "icons/*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{810be5a8-0fc3-4e02-834b-4ce9e797708f}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Youtube Adblocker Alternatives

Here are some Firefox add-ons that are similar to Youtube Adblocker: