Ad-Blocker

Ad-Blocker is the best ad blocker for your web browser. It can block tracking scripts, banners, annoying pop-up ads and much more.

¿Qué es Ad-Blocker?

Ad-Blocker es una extensión de Chrome desarrollada por http://www.ad-blocker.org, y su función principal es "Ad-Blocker is the best ad blocker for your web browser. It can block tracking scripts, banners, annoying pop-up ads and much more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ad-Blocker

Descarga archivos de extensión 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

                        Ad-Blocker is the best ad blocker for your web browser. It can block tracking scripts, banners, annoying pop-up ads and much more.                    

Información Básica de la Extensión

Nombre Ad-Blocker Ad-Blocker
ID kacljcbejojnapnmiifgckbafkojcncf
URL Oficial https://chrome.google.com/webstore/detail/ad-blocker/kacljcbejojnapnmiifgckbafkojcncf
Descripción Ad-Blocker is the best ad blocker for your web browser. It can block tracking scripts, banners, annoying pop-up ads and much more.
Tamaño del Archivo 588 KB
Cantidad de Instalaciones 762,868
Versión Actual 1.5
Última Actualización 2018-11-11
Fecha de Publicación 2018-11-11
Calificación 4.21/5 Total de 339 Calificaciones
Desarrollador http://www.ad-blocker.org
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://ad-blocker.org/privacypolicy
Idiomas Soportados en-US
manifest.json
{
    "author": "Ad-blocker.org",
    "background": {
        "persistent": true,
        "scripts": [
            "ext\/exclusionlist.js",
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "OneSignal.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "ext\/exclusionlistHelper.js",
            "GlobalNotifierStats.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/abp-16.png",
            "38": "icons\/abp-16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Ad-Blocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "ext\/jquery.min.js",
                "ext\/showNeg.js",
                "GlobalInjectJS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/abp-32.png",
        "32": "icons\/abp-32.png",
        "64": "icons\/detailed\/abp-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQOPZPrxpNfcDqTpmWZf6msVCGWVpqixyHtOxhChHuuC1gGAKPnaCt+NQfvF38znVykfgVL10E+RCuK4gRpl2OuARMzyG8N2VOQs27mN3\/SJs0wMOKrVCOXSgLeO74gd1Smcm7GCr8Pyv4Gl5G4byaNWY9QCKHzGBbAFjygFGRmNiTIpCpmfcRFte9cV3x6tyeylEKa3JW9OqPT+LYGPvpaw+tESlhTKsxqwll8vuTlzrDnJOdSTMj+EF5UZ8Lj+5uYVcrPBKJeGC\/Re+PZJsIac2TDxEnvRa\/NcuqHu+FgVNfjpHUY+751y7T62HoSFgTQ6DbR69x2p3OKjkYzkoQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "gcm",
        "identity",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "__MSG_name__",
    "content_security_policy": "script-src 'self' https:\/\/negbar.ad-blocker.org\/  https:\/\/ssl.google-analytics.com; object-src 'self'",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}