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!

什么是Content-aware Ad Blocker?

Content-aware Ad Blocker是由Tom W Yedwab开发的Chrome扩展程序,该扩展的主要功能是“Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!”。

扩展截图

screenshot

下载Content-aware Ad Blocker扩展crx文件

下载Content-aware Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
官方URL https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
简介 Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
文件大小 865 KB
安装次数 536
当前版本 0.2
更新时间 2016-12-07
上架时间 2016-12-06
评分 4.36/5 共11次评分
开发者 Tom W Yedwab
付费类型 free
扩展官网 https://samuelhkahn.github.io/capstone_page/
支持的语言 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": []
}