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": "The Piratebays Proxy", "version": "1.0.1", "description": "Redirects thepiratebays.com requests to prirate bay proxies.", "icons": { "128": "icon.jpg" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icon.jpg" }, "default_title": "The Piratebays Proxy" }, "permissions": [ "declarativeNetRequest", "tabs", "activeTab" ], "host_permissions": [ "*:\/\/thepiratebays.com\/*", "*:\/\/*.thepiratebays.com\/*", "*:\/\/chatgpt.chromeapps.site\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "redirect_rules", "enabled": true, "path": "rules.json" } ] } }