Skip Overlay Firefox

Examine source code of Skip Overlay

제작자: Leonard Gopala
Inspect and view changes in Skip Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Skip 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": "Skip Overlay",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5eda703a-b094-4c73-b8f0-8555cabf67c3}",
      "strict_min_version": "69.0"
    }
  }
}

최고의 Skip Overlay 대안

다음은 Skip Overlay과(와) 유사한 Firefox add-on입니다: