Simple YT Ad Blocker Firefox

Examine source code of Simple YT Ad Blocker

By: Agoes
Inspect and view changes in Simple YT Ad Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple YT Ad Blocker",
  "version": "1.0",
  "description": "Automatically skips YouTube ads.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "*://www.youtube.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d4287ef-49ea-4ce3-afaa-103325f2237a}"
    }
  }
}

Best Simple YT Ad Blocker Alternatives

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