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!
Cos'è Content-aware Ad Blocker?
Content-aware Ad Blocker è un'estensione di Chrome sviluppata da Tom W Yedwab, e la sua funzione principale è "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Content-aware Ad Blocker
Scarica i file di estensione Content-aware Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | mjjigiphiihnhaiemofpiihnakifcjel |
| URL Ufficiale | https://chromewebstore.google.com/detail/content-aware-ad-blocker/mjjigiphiihnhaiemofpiihnakifcjel |
| Descrizione | Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk! |
| Dimensione del File | 865 KB |
| Conteggio Installazioni | 536 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2016-12-07 |
| Data di Pubblicazione | 2016-12-06 |
| Valutazione | 4.36/5 Totale 11 Valutazioni |
| Sviluppatore | Tom W Yedwab |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://samuelhkahn.github.io/capstone_page/ |
| Lingue Supportate | 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": []
} | |