skipButton.js Firefox

Examine source code of skipButton.js

By: cornzz
Inspect and view changes in skipButton.js source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "skipButton.js",
  "description": "Skip any ad, not just on youtube!",
  "version": "1.4.1",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.min.js",
        "skipButton.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "skipButtonjs@corny.me"
    }
  }
}

Best skipButton.js Alternatives

Here are some Firefox add-ons that are similar to skipButton.js: