Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Mobile proxy manager",
"version": "2.1.3",
"description": "One-Click Mobile Proxies: rotate IPs, emulate any location & encrypt traffic. Unblock sites, avoid tracking, surf free & fast!",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"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": [
"proxy",
"webRequest",
"webRequestAuthProvider",
"downloads",
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/mobileproxy.space\/"
]
}