YouTube AP AdBlock Firefox

Examine source code of YouTube AP AdBlock

By: AP
Inspect and view changes in YouTube AP AdBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube AP ADBlock",
  "version": "1.0",
  "description": "Blocks YouTube ads for a better viewing experience",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "YouTube AP ADBlock",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nomail@none.none",
      "strict_min_version": "91.0"
    }
  }
}

Best YouTube AP AdBlock Alternatives

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