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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom W Yedwab และคุณลักษณะหลักของมันคือ "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content-aware Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}