tpb-z

Remove TPB ads and highlight new movie titles.

Cos'è tpb-z?

tpb-z è un'estensione di Chrome sviluppata da z14, e la sua funzione principale è "Remove TPB ads and highlight new movie titles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tpb-z

Scarica i file di estensione tpb-z in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Remove The Pirate Bay ads and highlight new HD - Movies titles. For both clearnet and tor.                    

Informazioni di Base sull'Estensione

Nome tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
URL Ufficiale https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
Descrizione Remove TPB ads and highlight new movie titles.
Dimensione del File 7.71 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2019-04-17
Data di Pubblicazione 2019-04-17
Sviluppatore z14
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/z14/tpb-z
Lingue Supportate 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"
            ]
        }
    ]
}