tpb-z

Remove TPB ads and highlight new movie titles.

What is tpb-z?

tpb-z is a Chrome extension developed by z14, and its main feature is "Remove TPB ads and highlight new movie titles.".

Extension Screenshots

screenshot

Download tpb-z Extension CRX File

Download tpb-z extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
Official URL https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
Description Remove TPB ads and highlight new movie titles.
File Size 7.71 KB
Installation Count 25
Current Version 1.0
Last Updated 2019-04-17
Publish Date 2019-04-17
Developer z14
Email [email protected]
Payment Type free
Extension Website https://github.com/z14/tpb-z
Supported Languages 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"
            ]
        }
    ]
}