Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "OneProxy", "name": "OneProxy \u2013 Free VPN Proxy Extension", "description": "Free proxy extension to unblock websites and browse privately using fast, location-based proxy servers.", "icons": { "16": "icons\/disable_connect\/16x16.png", "32": "icons\/disable_connect\/32x32.png", "48": "icons\/disable_connect\/48x48.png", "128": "icons\/disable_connect\/128x128.png" }, "action": { "default_icon": { "16": "icons\/disable_connect\/16x16.png", "32": "icons\/disable_connect\/32x32.png", "48": "icons\/disable_connect\/48x48.png", "128": "icons\/disable_connect\/128x128.png" } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvgBNzJR1uBOCtvcwMUmySZ7c0xDWspkICei+0WbGL1iqF4s0xG2Z9bB+Ky5SgmAWkwgmsSsNqLsRHBJlIk2URIQeGAEY2rrBDs1jgcruxc\/HVe3teuQNrfdxeIUqGzOwPvyk6fkfEh+y939vdGEUJLhGWH4zvETl01UYwfQZFxbSPvJz239b82Ch71QSjfy+WR1UjFVO54Vo1IaJtlCmwuLYBV4mR5ugWrx6upwQWF8tXdeM\/ICpXuuhbjAMI24ylx4ERhcX90Gg8o7FPi0jiP+AoBie4ATRoM\/TkRLYT43vhlG0eTKyBZOxKWjZjBgZxFy3wtdX4j6P3l8a4EsN6QIDAQAB", "manifest_version": 3, "version": "1.0.0.0", "permissions": [ "tabs", "storage", "proxy", "webRequest", "webRequestAuthProvider", "declarativeNetRequest", "privacy", "scripting", "management" ], "declarative_net_request": { "rule_resources": [ { "id": "cors", "enabled": true, "path": "rules\/cors.json" } ] }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "pages\/*", "scripts\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' " }, "background": { "service_worker": "scripts\/background.js" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "https:\/\/proxy.extension.vn\/*" ] } }