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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Content-aware Ad Blocker
قم بتنزيل ملفات الامتداد Content-aware Ad Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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": [] } |