TakiBlock

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

Co je TakiBlock?

TakiBlock je rozšíření Chrome vyvinuté TakiDev, a jeho hlavní funkcí je „TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TakiBlock

Stáhněte si soubory rozšíření TakiBlock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Oficiální URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Popis TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Velikost souboru 3.24 KB
Počet instalací 26
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-10-15
Datum Vydání 2023-10-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář TakiDev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://takiblock.netlify.app
URL Stránky Zásad Ochrany Soukromí https://takiblock.netlify.app/privacy/privacy_policy
Podporované Jazyky 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"
            }
        ]
    }
}