AdEraser
Erase Annoying ADs
Cos'è AdEraser?
AdEraser è un'estensione di Chrome sviluppata da Vinod Kumar, e la sua funzione principale è "Erase Annoying ADs".
Scarica il file CRX dell'estensione AdEraser
Scarica i file di estensione AdEraser 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
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
Informazioni di Base sull'Estensione
Nome | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
URL Ufficiale | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
Descrizione | Erase Annoying ADs |
Dimensione del File | 40.42 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-02-23 |
Data di Pubblicazione | 2017-02-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Vinod Kumar |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |