AutoSkip Overlay Firefox

Examine source code of AutoSkip Overlay

提供元: Meshach Duuk
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"
    }
  }
}

ベストのAutoSkip Overlay代替案

AutoSkip Overlayに類似したFirefox add-onをいくつか紹介します: