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!

What is Content-aware Ad Blocker?

Content-aware Ad Blocker is a Chrome extension developed by Tom W Yedwab, and its main feature is "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Extension Screenshots

screenshot

Download Content-aware Ad Blocker Extension CRX File

Download Content-aware Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
Official URL 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!
File Size 865 KB
Installation Count 536
Current Version 0.2
Last Updated 2016-12-07
Publish Date 2016-12-06
Rating 4.36/5 Total 11 Ratings
Developer Tom W Yedwab
Payment Type free
Extension Website https://samuelhkahn.github.io/capstone_page/
Supported Languages 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": []
}