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입니다: