Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Vad är Image Remover?
Image Remover är en Chrome-tillägg utvecklad av https://danielw.org, och dess huvudfunktion är "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Tilläggsskärmbilder
Ladda ner Image Remover-förlängningens CRX-fil
Ladda ner Image Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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."
Grundläggande Information om Tillägg
Namn | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
Officiell webbadress | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Beskrivning | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Filstorlek | 7.88 KB |
Antal Installationer | 1,528 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-03-03 |
Publiceringsdatum | 2016-03-02 |
Betyg | 4.44/5 Totalt 9 Betyg |
Utvecklare | https://danielw.org |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.danielw.org |
Hjälpsida URL | http://www.danielw.org |
Stödda Språk | 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" } |