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", "version": "1.7.1", "description": "Get the best secured Free VPN access to any website, and unblock content with 1ClickVPN", "manifest_version": 3, "minimum_chrome_version": "110.0", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icons\/extension\/icon_16.png", "default_title": "1ClickVPN", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/extension\/icon_16.png", "48": "icons\/extension\/icon_48.png", "128": "icons\/extension\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "panel-os\/content.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "permissions": [ "webRequest", "proxy", "management", "alarms", "storage", "offscreen", "webRequestAuthProvider", "tabs", "webNavigation", "scripting" ], "optional_permissions": [ "privacy" ], "host_permissions": [ "<all_urls>", "https:\/\/*.bugsnag.com\/*", "https:\/\/geo.geosurf.io\/\/*", "https:\/\/stats.1clickvpn.com\/api\/rest\/v2\/*", "https:\/\/api.1clickvpn.com\/rest\/v1\/*", "https:\/\/api.1clickvpn.com\/rest\/v1\/*", "https:\/\/id.1clickvpn.com\/*", "https:\/\/www.cloudflare.com\/*", "https:\/\/api.1clickvpn.com\/rest\/v1\/redirect\/*", "https:\/\/www.1clickvpn.com\/thank-you-ext\/*", "https:\/\/www.1clickvpn.com\/uninstall\/*", "https:\/\/chrome.google.com\/webstore\/detail\/1clickvpn-proxy-for-chrom\/pphgdbgldlmicfdkhondlafkiomnelnk\/*", "https:\/\/protection-toolbar.1clickvpn.com\/api\/rest\/v2\/*", "https:\/\/id.1clickvpn.com\/*", "https:\/\/api.1clickvpn.com\/rest\/v1\/*", "https:\/\/api.1clickvpn.com\/rest\/v2\/*", "https:\/\/api.1clickvpn.com\/rest\/v1\/*", "https:\/\/anti-phishing-protection.1clickvpn.com\/rest\/v1\/*", "https:\/\/config-toolbar.1clickvpn.com\/rest\/v3\/configs\/extensions\/one-click\/*" ], "web_accessible_resources": [ { "resources": [ "\/content\/location\/location.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "resources": [ "\/content\/anti-phishing-notification\/index.html", "\/content\/safe-price-notification\/index.html", "\/content\/consent-reminder-notification\/index.html", "\/content\/terminated-connection-notification\/index.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/libs\/extend-native-history-api.js", "\/libs\/requests.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "executers\/fr-co.js", "executers\/vi-ig-tr.js", "executers\/vi-ln-tr.js", "executers\/vi-oo-tr.js", "executers\/vi-pn-tr.js", "executers\/vi-rd-tr.js", "executers\/vi-tr.js", "executers\/vi-tt-tr.js" ], "matches": [ "*:\/\/*\/*" ] } ], "name": "1ClickVPN Proxy for Chrome" }