Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Wat is Image Remover?
Image Remover is een Chrome-extensie ontwikkeld door https://danielw.org, en de belangrijkste functie is "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Remover
Download Image Remover-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
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."
Basisinformatie over de Extensie
Naam | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
Officiële URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Beschrijving | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Bestandsgrootte | 7.88 KB |
Aantal Installaties | 1,528 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-03 |
Publicatiedatum | 2016-03-02 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://danielw.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.danielw.org |
Help Pagina-URL | http://www.danielw.org |
Ondersteunde Talen | 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" } |