TakiBlock

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

什么是TakiBlock?

TakiBlock是由TakiDev开发的Chrome扩展程序,该扩展的主要功能是“TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!”。

扩展截图

screenshot

下载TakiBlock扩展crx文件

下载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"
            }
        ]
    }
}