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!
Wat is Content-aware Ad Blocker?
Content-aware Ad Blocker is een Chrome-extensie ontwikkeld door Tom W Yedwab, en de belangrijkste functie is "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".
Extensie Screenshots
Download het CRX-bestand van de extensie Content-aware Ad Blocker
Download Content-aware Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Content-aware Ad Blocker |
ID | mjjigiphiihnhaiemofpiihnakifcjel |
Officiële URL | https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel |
Beschrijving | Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk! |
Bestandsgrootte | 865 KB |
Aantal Installaties | 536 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-12-07 |
Publicatiedatum | 2016-12-06 |
Beoordeling | 4.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Tom W Yedwab |
Betalingswijze | free |
Extensiewebsite | https://samuelhkahn.github.io/capstone_page/ |
Ondersteunde Talen | 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": [] } |