Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

¿Qué es Ethical AdBlock — Ad Blocker?

Ethical AdBlock — Ad Blocker es una extensión de Chrome desarrollada por https://www.ethical-adblock.xyz, y su función principal es "Ethical Adblock is the first undetectable adblocker for all websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ethical AdBlock — Ad Blocker

Descarga archivos de extensión Ethical AdBlock — Ad Blocker 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

                        Ethical adblock is the first undetectable ad blocker in the world !
It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites.

═══════════ Features ═══════════

┊Adblocker completely undetectable
┊Block Youtube video ads
┊Block Ads on All Websites 
┊Make Your Browser Faster                    

Información Básica de la Extensión

Nombre Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
URL Oficial https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Descripción Ethical Adblock is the first undetectable adblocker for all websites.
Tamaño del Archivo 153 KB
Cantidad de Instalaciones 72
Versión Actual 1.2
Última Actualización 2022-10-03
Fecha de Publicación 2021-04-27
Calificación 4.31/5 Total de 16 Calificaciones
Desarrollador https://www.ethical-adblock.xyz
Correo electrónico enzolanne@gmail.com
Tipo de Pago free
Sitio Web de la Extensión https://www.ethical-adblock.xyz
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethical AdBlock \u2014 Ad Blocker",
    "version": "1.2",
    "description": "Ethical Adblock is the first undetectable adblocker for all websites.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "blocked_domains.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "adskip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "Logo_EthicalBlocker.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}