Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Was ist Pirate Bay Ad Remover?
Pirate Bay Ad Remover ist eine Chrome-Erweiterung, die von christianvuerings entwickelt wurde, und ihr Hauptmerkmal ist "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".
Erweiterungsscreenshots
Pirate Bay Ad Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pirate Bay Ad Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Other Features:
* Make the page 100% width Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lloolcmnedpjhdcjpjoelobpagijonnp |
| Offizielle URL | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
| Beschreibung | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
| Dateigröße | 8.39 KB |
| Installationsanzahl | 2,218 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2021-11-15 |
| Veröffentlichungsdatum | 2014-10-03 |
| Bewertung | 3.73/5 Insgesamt 11 Bewertungen |
| Entwickler | christianvuerings |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pirate Bay Ad Remover",
"short_name": "PB Ad Remover",
"version": "1.0.2",
"manifest_version": 2,
"description": "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.",
"content_scripts": [
{
"js": [
"js\/piratebay-ad-remover.js"
],
"matches": [
"http:\/\/*.thepiratebay.ac\/*",
"https:\/\/*.thepiratebay.ac\/*",
"http:\/\/*.thepiratebay.pe\/*",
"https:\/\/*.thepiratebay.pe\/*",
"http:\/\/*.thepiratebay.org\/*",
"https:\/\/*.thepiratebay.org\/*",
"http:\/\/*.thepiratebay.se\/*",
"https:\/\/*.thepiratebay.se\/*",
"http:\/\/*.thepiratebay.gl\/*",
"https:\/\/*.thepiratebay.gl\/*",
"http:\/\/*.thepiratebay.is\/*",
"https:\/\/*.thepiratebay.is\/*",
"http:\/\/*.thepiratebay.sx\/*",
"https:\/\/*.thepiratebay.sx\/*",
"http:\/\/*.depiraatbaai.be\/*",
"https:\/\/*.depiraatbaai.be\/*",
"http:\/\/194.71.107.80\/*",
"https:\/\/194.71.107.80\/*"
]
}
],
"icons": {
"32": "piratebay-ad-remover-32.png",
"64": "piratebay-ad-remover-64.png",
"128": "piratebay-ad-remover-128.png"
},
"permissions": []
} | |