TakiBlock

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

Wat is TakiBlock?

TakiBlock is een Chrome-extensie ontwikkeld door TakiDev, en de belangrijkste functie is "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TakiBlock

Download TakiBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Officiële URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Beschrijving TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Bestandsgrootte 3.24 KB
Aantal Installaties 26
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-10-15
Publicatiedatum 2023-10-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar TakiDev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://takiblock.netlify.app
URL van de Privacybeleid Pagina https://takiblock.netlify.app/privacy/privacy_policy
Ondersteunde Talen 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"
            }
        ]
    }
}