Tab AutoClose Firefox

Examine source code of Tab AutoClose

Inspect and view changes in Tab AutoClose source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "cambrant",
  "homepage_url": "https://github.com/cambrant/tabautoclose",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabautoclose@cambrant",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "description": "Automatically close tabs matching certain regular expressions.",
  "icons": {
    "256": "icon.png"
  },
  "manifest_version": 2,
  "name": "Tab AutoClose",
  "permissions": [
    "contextualIdentities",
    "cookies",
    "bookmarks",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "incognito": "not_allowed",
  "version": "0.2"
}

Best Tab AutoClose Alternatives

Here are some Firefox add-ons that are similar to Tab AutoClose: