TakiBlock

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

Что такое TakiBlock?

TakiBlock - это расширение Chrome, разработанное TakiDev, и его основная функция - "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TakiBlock

Скачайте файлы расширений TakiBlock в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Официальный URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Описание TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Размер файла 3.24 KB
Количество установок 26
Текущая Версия 1.0.0
Последнее Обновление 2023-10-15
Дата публикации 2023-10-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик TakiDev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://takiblock.netlify.app
URL страницы политики конфиденциальности https://takiblock.netlify.app/privacy/privacy_policy
Поддерживаемые языки 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"
            }
        ]
    }
}