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": "PirateBay Ad Blocker",
"short_name": "Pirate Ad Blocker",
"version": "1.1",
"description": "Blocks annoying popups, fake download buttons, and malicious ads on pirate sites like 1337x and Pirate Bay variants.",
"author": "Munya Mpofu",
"homepage_url": "https:\/\/www.capeweb.info\/",
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"48": "images\/48.png",
"96": "images\/96.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"scripts\/content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src https:; script-src 'self'; img-src 'self'; object-src 'none'"
},
"minimum_chrome_version": "103",
"offline_enabled": true,
"host_permissions": [
"<all_urls>"
]
}