Auto Close Selected URL Firefox

Examine source code of Auto Close Selected URL

By: Lesław
Inspect and view changes in Auto Close Selected URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Close Selected URL",
  "description": "Automatically close tabs whose URLs match any user-defined regex patterns",
  "version": "1.1",
  "icons": {
    "32": "icon/32.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon/64.png",
    "default_title": "Auto Close URL",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f36e3585-6247-4609-8825-0a5045aee5ad}",
      "strict_min_version": "92.0"
    }
  }
}

Best Auto Close Selected URL Alternatives

Here are some Firefox add-ons that are similar to Auto Close Selected URL: