tpb-z

Remove TPB ads and highlight new movie titles.

Apa itu tpb-z?

tpb-z adalah ekstensi Chrome yang dikembangkan oleh z14, dan fitur utamanya adalah "Remove TPB ads and highlight new movie titles.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi tpb-z

Unduh file ekstensi tpb-z dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama tpb-z tpb-z
ID blafhffaniaiinpbdipcfpliajmlgkpl
URL Resmi https://chromewebstore.google.com/detail/tpb-z/blafhffaniaiinpbdipcfpliajmlgkpl
Deskripsi Remove TPB ads and highlight new movie titles.
Ukuran File 7.71 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-04-17
Tanggal Publikasi 2019-04-17
Pengembang z14
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/z14/tpb-z
Bahasa yang Didukung 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"
            ]
        }
    ]
}