Tab Cleaner Firefox

Examine source code of Tab Cleaner

By: Nohu90
Inspect and view changes in Tab Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Cleaner",
  "version": "1.0",
  "description": "Tự động đóng các tab không hoạt động sau một thời gian.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Tab Cleaner",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-cleaner@example.com"
    }
  }
}

Best Tab Cleaner Alternatives

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