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!

Co je Content-aware Ad Blocker?

Content-aware Ad Blocker je rozšíření Chrome vyvinuté Tom W Yedwab, a jeho hlavní funkcí je „Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Content-aware Ad Blocker

Stáhněte si soubory rozšíření Content-aware Ad Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
Oficiální URL https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Popis Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Velikost souboru 865 KB
Počet instalací 536
Aktuální Verze 0.2
Poslední Aktualizace 2016-12-07
Datum Vydání 2016-12-06
Hodnocení 4.36/5 Celkem 11 Hodnocení
Vývojář Tom W Yedwab
Typ Platby free
Webové stránky Rozšíření https://samuelhkahn.github.io/capstone_page/
Podporované Jazyky 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": []
}