Auto Viper — Automatic Tab Management Firefox

Examine source code of Auto Viper — Automatic Tab Management

By: Pranav Add-on
Inspect and view changes in Auto Viper — Automatic Tab Management source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Viper - Auto Close Unused Tabs",
  "version": "1.0.0",
  "description": "Automatically closes inactive tabs based on per-domain timers you configure. Set different idle timeouts for each domain.",
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e272b20-b3e4-4eb0-8bbf-8a59e930701f}",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Auto Viper"
  }
}

Best Auto Viper — Automatic Tab Management Alternatives

Here are some Firefox add-ons that are similar to Auto Viper — Automatic Tab Management: