Web Optimizer DOS Firefox

Examine source code of Web Optimizer DOS

提供元: farmer Add-on
Inspect and view changes in Web Optimizer DOS source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Optimizer",
  "version": "3.0",
  "description": "Speeds up the loading and operation of web pages by disabling heavy visual effects and optimizing JavaScript",
  "applications": {
    "gecko": {
      "id": "web-optimizer@manus.dev"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/early-optimizer.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/optimizer.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "content/styles/*.css"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

ベストのWeb Optimizer DOS代替案

Web Optimizer DOSに類似したFirefox add-onをいくつか紹介します: