TakiBlock

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

Co to jest TakiBlock?

TakiBlock to rozszerzenie Chrome opracowane przez TakiDev, a jego główną funkcją jest „TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TakiBlock

Pobierz pliki rozszerzeń TakiBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Oficjalny URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Opis TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Rozmiar pliku 3.24 KB
Liczba instalacji 26
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-10-15
Data Publikacji 2023-10-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper TakiDev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://takiblock.netlify.app
Adres URL Strony Polityki Prywatności https://takiblock.netlify.app/privacy/privacy_policy
Obsługiwane Języki 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"
            }
        ]
    }
}