AutoSkip Overlay Firefox

Examine source code of AutoSkip Overlay

Inspect and view changes in AutoSkip Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoSkip Overlay",
  "version": "1.0",
  "description": "Automatically clicks skip/close/next buttons on overlays and modals.",
  "icons": {
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "AutoSkip Overlay",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{533b249c-1f96-4ca0-9562-5e7903f6445e}",
      "strict_min_version": "69.0"
    }
  }
}

Best AutoSkip Overlay Alternatives

Here are some Firefox add-ons that are similar to AutoSkip Overlay: