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