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 là gì?

Content-aware Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi Tom W Yedwab, và tính năng chính của nó là "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Content-aware Ad Blocker

Tải xuống các tệp mở rộng Content-aware Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Content-aware Ad Blocker Content-aware Ad Blocker
ID mjjigiphiihnhaiemofpiihnakifcjel
URL Chính Thức https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel
Mô tả Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!
Kích Thước Tệp 865 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-12-07
Ngày Phát Hành 2016-12-06
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tom W Yedwab
Loại Thanh Toán free
Trang Web Mở Rộng https://samuelhkahn.github.io/capstone_page/
Ngôn Ngữ Được Hỗ Trợ 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": []
}