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!」です。
拡張機能のスクリーンショット
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 |
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": [] } |