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": "1.2.0", "description": "A modern mobile proxy extension", "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" ], "host_permissions": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/mobileproxy.space\/" ] }