Peperoxy Firefox

Examine source code of Peperoxy

제작자: webmonkey Add-on
Inspect and view changes in Peperoxy 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,
  "author": "Andrey Verlin",
  "name": "Peperoxy",
  "description": "Simple tool to proxy specified HTTP and HTTPS requests.",
  "version": "1.2",
  "icons": {
    "32": "icons/feelsweird_32.png"
  },
  "browser_action": {
    "default_icon": "icons/feelsweird_32.png",
    "default_title": "Proxy"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0"
    }
  },
  "background": {
    "scripts": [
      "background/proxy-handler.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "menus",
    "proxy",
    "storage",
    "<all_urls>"
  ]
}

최고의 Peperoxy 대안

다음은 Peperoxy과(와) 유사한 Firefox add-on입니다: