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!”。
擴展截圖
下載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 |
ID | mindlkbjpaiehbfjaofhmhoalcmncelg |
官方網址 | 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" } ] } } |