tpb-z
Remove TPB ads and highlight new movie titles.
Was ist tpb-z?
tpb-z ist eine Chrome-Erweiterung, die von z14 entwickelt wurde, und ihr Hauptmerkmal ist "Remove TPB ads and highlight new movie titles.".
Erweiterungsscreenshots
tpb-z-Erweiterungs-CRX-Datei herunterladen
Laden Sie tpb-z-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
Remove The Pirate Bay ads and highlight new HD - Movies titles. For both clearnet and tor.
Grundlegende Informationen zur Erweiterung
Name | tpb-z |
ID | blafhffaniaiinpbdipcfpliajmlgkpl |
Offizielle URL | https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl |
Beschreibung | Remove TPB ads and highlight new movie titles. |
Dateigröße | 7.71 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-04-17 |
Veröffentlichungsdatum | 2019-04-17 |
Entwickler | z14 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/z14/tpb-z |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tpb-z", "version": "1.0", "description": "Remove TPB ads and highlight new movie titles.", "icons": { "48": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.thepiratebay.org\/*", "*:\/\/*.uj3wazyk5u4hnvtk.onion\/*" ], "js": [ "tpb-z.js" ] } ] } |