TakiBlock

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

Was ist TakiBlock?

TakiBlock ist eine Chrome-Erweiterung, die von TakiDev entwickelt wurde, und ihr Hauptmerkmal ist "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Erweiterungsscreenshots

screenshot

TakiBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie TakiBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Offizielle URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Beschreibung TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Dateigröße 3.24 KB
Installationsanzahl 26
Aktuelle Version 1.0.0
Letztes Update 2023-10-15
Veröffentlichungsdatum 2023-10-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler TakiDev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://takiblock.netlify.app
URL der Datenschutzrichtlinien-Seite https://takiblock.netlify.app/privacy/privacy_policy
Unterstützte Sprachen 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"
            }
        ]
    }
}