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", "manifest_version": 3, "name": "Hoody Privacy Manager", "short_name": "Hoody Privacy", "description": "100% Free and Premium SOCKS5 Proxies - Double-hop - 10Gbit\/s - ZERO LOGS", "version": "1.1.4", "version_name": "Beta 1.1.4", "author": "Hoody Ltd", "icons": { "16": "assets\/images\/logo\/logo-16.png", "48": "assets\/images\/logo\/logo-48.png", "128": "assets\/images\/logo\/logo-128.png" }, "action": { "default_title": "Manage Hoody Proxies", "default_popup": "popup\/index.html" }, "permissions": [ "storage", "proxy", "webRequest", "tabs", "scripting", "declarativeNetRequest" ], "incognito": "split", "homepage_url": "https:\/\/hoody.com\/", "host_permissions": [ "<all_urls>", "*:\/\/99.99.99.99\/*", "*:\/\/proxies.hoody.com\/*", "*:\/\/hoody.com\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/hoody.com\/dashboard\/proxies", "https:\/\/hoody.com\/dashboard\/proxies\/extension" ], "run_at": "document_idle" } ] }