Overlay Remover Auto Firefox

Examine source code of Overlay Remover Auto

By: InanZen
Inspect and view changes in Overlay Remover Auto source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Overlay Remover Auto",
  "author": "InanZen",
  "description": "Automaticaly close detected overlays.",
  "version": "1.1",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "ora_options.html"
  },
  "background": {
    "scripts": [
      "js/ora_background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "js/overlay_remover.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "32": "images/jalousie_closed.svg"
    },
    "default_title": "OverlayRemoverAuto",
    "default_popup": "ora_popup.html"
  },
  "icons": {
    "128": "images/jalousie_open.svg"
  }
}

Best Overlay Remover Auto Alternatives

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