Tabs Cleaner Firefox

Examine source code of Tabs Cleaner

By: Viktar
Inspect and view changes in Tabs Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Viktar Patotski",
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabs-closer@patotski.com",
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "close-tab.svg",
    "default_title": "Tabs Cleaner"
  },
  "description": "Automatically close tabs whose URL match specific patterns",
  "homepage_url": "https://github.com/diox/close-tabs-by-pattern/",
  "manifest_version": 2,
  "name": "Tabs Cleaner",
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "version": "0.0.2"
}

Best Tabs Cleaner Alternatives

Here are some Firefox add-ons that are similar to Tabs Cleaner: