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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}