Content-aware Ad Blocker

Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!

¿Qué es Content-aware Ad Blocker?

Content-aware Ad Blocker es una extensión de Chrome desarrollada por Tom W Yedwab, y su función principal es "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Content-aware Ad Blocker

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

                        Improved ad blocker using cutting-edge machine learning techniques to identify advertising and user tracking on websites and prevent the unwanted content from loading.

Still in early testing - use at your own risk!                    

Información Básica de la Extensión

Nombre Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
URL Oficial https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Descripción Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Tamaño del Archivo 865 KB
Cantidad de Instalaciones 536
Versión Actual 0.2
Última Actualización 2016-12-07
Fecha de Publicación 2016-12-06
Calificación 4.36/5 Total de 11 Calificaciones
Desarrollador Tom W Yedwab
Tipo de Pago free
Sitio Web de la Extensión https://samuelhkahn.github.io/capstone_page/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content-aware Ad Blocker",
    "description": "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!",
    "version": "0.2",
    "icons": {
        "48": "icons\/exticon.png",
        "96": "icons\/exticon96.png",
        "128": "icons\/exticon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/exticon.png",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/parse_filters.js",
            "src\/final_model.js",
            "src\/url_model.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": []
}