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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Content-aware Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
}