TakiBlock

TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!

Apa itu TakiBlock?

TakiBlock adalah ekstensi Chrome yang dikembangkan oleh TakiDev, dan fitur utamanya adalah "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TakiBlock

Unduh file ekstensi TakiBlock 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

                        Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. 

This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.                    

Informasi Dasar Ekstensi

Nama TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
URL Resmi https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Deskripsi TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Ukuran File 3.24 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2023-10-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang TakiDev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://takiblock.netlify.app
URL Halaman Kebijakan Privasi https://takiblock.netlify.app/privacy/privacy_policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TakiBlock",
    "version": "1.0.0",
    "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}