TabAutoCloseAndRefresh Firefox

Examine source code of TabAutoCloseAndRefresh

By: mat0926
Inspect and view changes in TabAutoCloseAndRefresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabAutoCloseAndRefresh",
  "version": "1.0.1",
  "description": "Firefox extension for auto closing tabs that meet certain criteria.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "closeTab.js"
    ]
  },
  "browser_action": {
    "default_title": "TabAutoCloseAndRefresh"
  },
  "homepage_url": "https://github.com/mobislan/TabAutoClose",
  "options_ui": {
    "page": "settings.html"
  }
}

Best TabAutoCloseAndRefresh Alternatives

Here are some Firefox add-ons that are similar to TabAutoCloseAndRefresh: