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!

Was ist Content-aware Ad Blocker?

Content-aware Ad Blocker ist eine Chrome-Erweiterung, die von Tom W Yedwab entwickelt wurde, und ihr Hauptmerkmal ist "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Erweiterungsscreenshots

screenshot

Content-aware Ad Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Content-aware Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
Offizielle URL https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Beschreibung Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Dateigröße 865 KB
Installationsanzahl 536
Aktuelle Version 0.2
Letztes Update 2016-12-07
Veröffentlichungsdatum 2016-12-06
Bewertung 4.36/5 Insgesamt 11 Bewertungen
Entwickler Tom W Yedwab
Zahlungsart free
Erweiterungswebsite https://samuelhkahn.github.io/capstone_page/
Unterstützte Sprachen 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": []
}