tpb-z
Remove TPB ads and highlight new movie titles.
Wat is tpb-z?
tpb-z is een Chrome-extensie ontwikkeld door z14, en de belangrijkste functie is "Remove TPB ads and highlight new movie titles.".
Extensie Screenshots
Download het CRX-bestand van de extensie tpb-z
Download tpb-z-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Remove The Pirate Bay ads and highlight new HD - Movies titles. For both clearnet and tor. Basisinformatie over de Extensie
| Naam | |
| ID | blafhffaniaiinpbdipcfpliajmlgkpl |
| Officiële URL | https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl |
| Beschrijving | Remove TPB ads and highlight new movie titles. |
| Bestandsgrootte | 7.71 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-04-17 |
| Publicatiedatum | 2019-04-17 |
| Ontwikkelaar | z14 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/z14/tpb-z |
| Ondersteunde Talen | 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"
]
}
]
} | |