Auto Tab Discard Firefox

Examine source code of Auto Tab Discard

Inspect and view changes in Auto Tab Discard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Tab Discard",
  "version": "1.0.0",
  "description": "Automatically discard inactive tabs to save system memory.",
  "author": "Auto Tab Discard Team",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "storage.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Auto Tab Discard",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-tab-discard-b3f9@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Auto Tab Discard

Voici quelques Firefox add-ons qui sont similaires à Auto Tab Discard :