Speed Optimizer Firefox

Examine source code of Speed Optimizer

Inspect and view changes in Speed Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Speed Optimizer",
  "version": "1.0",
  "description": "Tối ưu hóa tốc độ duyệt web bằng cách xóa cache, cookies và chặn quảng cáo.",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{19bf5738-9e5c-487c-a01b-9dbc5870eda5}"
    }
  }
}

Meilleures alternatives Speed Optimizer

Voici quelques Firefox add-ons qui sont similaires à Speed Optimizer :