Mobile proxy manager

Mobile proxy manager

Extensions for your proxy management - Storing and using HTTP and SOCKS5 proxies - Backup proxy in the cloud - Import mobile proxies from mobileproxy.space - Ability to change the ip address of a mobile proxy directly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{dc70a50d-ef4b-4396-9481-3ea2c17423ad}"
    }
  },
  "name": "Mobile proxy manager",
  "version": "1.2.0",
  "description": "A modern mobile proxy extension",
  "background": {
    "page": "src/pages/background/background.html"
  },
  "browser_action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icons/32.png"
  },
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "<all_urls>"
  ]
}