tpb-z

Remove TPB ads and highlight new movie titles.

Vad är tpb-z?

tpb-z är en Chrome-tillägg utvecklad av z14, och dess huvudfunktion är "Remove TPB ads and highlight new movie titles.".

Tilläggsskärmbilder

screenshot

Ladda ner tpb-z-förlängningens CRX-fil

Ladda ner tpb-z-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
Officiell webbadress https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
Beskrivning Remove TPB ads and highlight new movie titles.
Filstorlek 7.71 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2019-04-17
Publiceringsdatum 2019-04-17
Utvecklare z14
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/z14/tpb-z
Stödda Språk 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"
            ]
        }
    ]
}