Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Cos'è Image Remover?
Image Remover è un'estensione di Chrome sviluppata da https://danielw.org, e la sua funzione principale è "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image Remover
Scarica i file di estensione Image Remover 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
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh.
===== Testimonials =====
Person A: "No feedback needed, it's that effective."
Person B: "What A said." Informazioni di Base sull'Estensione
| Nome | |
| ID | keimggighiknpiiloncafdmhopgccbbk |
| URL Ufficiale | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
| Descrizione | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
| Dimensione del File | 7.88 KB |
| Conteggio Installazioni | 1,528 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-03-03 |
| Data di Pubblicazione | 2016-03-02 |
| Valutazione | 4.44/5 Totale 9 Valutazioni |
| Sviluppatore | https://danielw.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.danielw.org |
| URL della Pagina di Aiuto | http://www.danielw.org |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Remover",
"version": "1.0",
"permissions": [
"background",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "imgremove.png"
},
"browser_action": {
"default_title": "Click to remove all images",
"default_icon": "imgremove.png"
},
"manifest_version": 2,
"short_name": "Image Remover"
} | |