Automatic YouTube Ad Skipper Firefox

Examine source code of Automatic YouTube Ad Skipper

By: Baylor Add-on
Inspect and view changes in Automatic YouTube Ad Skipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Ad Skipper",
  "version": "1.0",
  "description": "Automatically skips YouTube ads by clicking the 'Skip Ad' button.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "ad_logo16.png",
      "48": "ad_logo48.png",
      "128": "ad_logo.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{146386e0-d67b-423f-ab79-1e19bf70a186}"
    }
  }
}

Best Automatic YouTube Ad Skipper Alternatives

Here are some Firefox add-ons that are similar to Automatic YouTube Ad Skipper: