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'est-ce que Content-aware Ad Blocker ?

Content-aware Ad Blocker est une extension Chrome développée par Tom W Yedwab, et sa fonction principale est "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Content-aware Ad Blocker

Téléchargez les fichiers d'extension Content-aware Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
URL Officiel https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Description Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Taille du Fichier 865 KB
Nombre d'Installations 536
Version Actuelle 0.2
Dernière Mise à Jour 2016-12-07
Date de Publication 2016-12-06
Évaluation 4.36/5 Total 11 Évaluations
Développeur Tom W Yedwab
Type de Paiement free
Site Web de l'Extension https://samuelhkahn.github.io/capstone_page/
Langues Prises en Charge 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": []
}