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!

O que é Content-aware Ad Blocker?

Content-aware Ad Blocker é uma extensão do Chrome desenvolvida por Tom W Yedwab, e sua principal característica é "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Content-aware Ad Blocker

Baixe arquivos de extensão Content-aware Ad Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
URL Oficial https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Descrição Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Tamanho do Arquivo 865 KB
Contagem de Instalações 536
Versão Atual 0.2
Última Atualização 2016-12-07
Data de Publicação 2016-12-06
Classificação 4.36/5 Total de 11 Avaliações
Desenvolvedor Tom W Yedwab
Tipo de Pagamento free
Site da Extensão https://samuelhkahn.github.io/capstone_page/
Idiomas Suportados 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": []
}