TurboBoost: Cache & RAM Optimizer Firefox

Examine source code of TurboBoost: Cache & RAM Optimizer

Inspect and view changes in TurboBoost: Cache & RAM Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TurboBoost: Cache & RAM Optimizer",
  "version": "2.0.0",
  "description": "Make browsing super fast with 5 optimization engines: Cache cleaner, Tab RAM suspender, Hover DNS pre-connecting, and CPU Shield.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "TurboBoost v2.0",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/turbo-speed.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "cpu_shield",
        "enabled": true,
        "path": "rules/cpu-shield.json"
      }
    ]
  },
  "permissions": [
    "browsingData",
    "tabs",
    "storage",
    "alarms",
    "notifications",
    "declarativeNetRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "turboboost@arena.ai",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TurboBoost: Cache & RAM Optimizer Alternatives

Here are some Firefox add-ons that are similar to TurboBoost: Cache & RAM Optimizer: