BATBASH - the tab-throttling power saver Firefox

Examine source code of BATBASH - the tab-throttling power saver

作者: D3JF Add-on
Inspect and view changes in BATBASH - the tab-throttling power saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BATBASH - the tab-throttling power saver",
  "version": "1.1",
  "description": "Saves battery by aggressively throttling background tabs (memory preserved!). Make sure to whitelist websites that are incompatible with the philosophy of throttling their hopes and dreams for extreme power savings!",
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Power Saving Mode",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0d88cfe5-1852-4ad8-b44b-613a87049253}"
    }
  }
}

最佳 BATBASH - the tab-throttling power saver 替代方案

这里是一些与BATBASH - the tab-throttling power saver类似的Firefox add-on: