TakiBlock
TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
What is TakiBlock?
TakiBlock is a Chrome extension developed by TakiDev, and its main feature is "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".
Extension Screenshots
Download TakiBlock Extension CRX File
Download TakiBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TakiBlock |
ID | mindlkbjpaiehbfjaofhmhoalcmncelg |
Official URL | https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg |
Description | TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free! |
File Size | 3.24 KB |
Installation Count | 26 |
Current Version | 1.0.0 |
Last Updated | 2023-10-15 |
Publish Date | 2023-10-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | TakiDev |
[email protected] | |
Payment Type | free |
Extension Website | https://takiblock.netlify.app |
Privacy Policy Page URL | https://takiblock.netlify.app/privacy/privacy_policy |
Supported Languages | 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" } ] } } |