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
官方網址 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": []
}