TakiBlock

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

Cos'è TakiBlock?

TakiBlock è un'estensione di Chrome sviluppata da TakiDev, e la sua funzione principale è "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TakiBlock

Scarica i file di estensione TakiBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
URL Ufficiale https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Descrizione TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Dimensione del File 3.24 KB
Conteggio Installazioni 26
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-15
Data di Pubblicazione 2023-10-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore TakiDev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://takiblock.netlify.app
URL della Pagina della Politica sulla Privacy https://takiblock.netlify.app/privacy/privacy_policy
Lingue Supportate 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"
            }
        ]
    }
}