TakiBlock

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

¿Qué es TakiBlock?

TakiBlock es una extensión de Chrome desarrollada por TakiDev, y su función principal es "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TakiBlock

Descarga archivos de extensión TakiBlock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
URL Oficial https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Descripción TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Tamaño del Archivo 3.24 KB
Cantidad de Instalaciones 26
Versión Actual 1.0.0
Última Actualización 2023-10-15
Fecha de Publicación 2023-10-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador TakiDev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://takiblock.netlify.app
URL de la Página de Política de Privacidad https://takiblock.netlify.app/privacy/privacy_policy
Idiomas Soportados 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"
            }
        ]
    }
}