Close Tabs By Pattern Firefox

Examine source code of Close Tabs By Pattern

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

Best Close Tabs By Pattern Alternatives

Here are some Firefox add-ons that are similar to Close Tabs By Pattern: