tpb-z

Remove TPB ads and highlight new movie titles.

Qu'est-ce que tpb-z ?

tpb-z est une extension Chrome développée par z14, et sa fonction principale est "Remove TPB ads and highlight new movie titles.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tpb-z

Téléchargez les fichiers d'extension tpb-z au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
URL Officiel https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
Description Remove TPB ads and highlight new movie titles.
Taille du Fichier 7.71 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2019-04-17
Date de Publication 2019-04-17
Développeur z14
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/z14/tpb-z
Langues Prises en Charge 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"
            ]
        }
    ]
}