Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Co je Image Remover?
Image Remover je rozšíření Chrome vyvinuté https://danielw.org, a jeho hlavní funkcí je „It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Image Remover
Stáhněte si soubory rozšíření Image Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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." Základní Informace o Rozšíření
| Název | |
| ID | keimggighiknpiiloncafdmhopgccbbk |
| Oficiální URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
| Popis | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
| Velikost souboru | 7.88 KB |
| Počet instalací | 1,528 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2016-03-03 |
| Datum Vydání | 2016-03-02 |
| Hodnocení | 4.44/5 Celkem 9 Hodnocení |
| Vývojář | https://danielw.org |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | http://www.danielw.org |
| URL Stránky Nápovědy | http://www.danielw.org |
| Podporované Jazyky | 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"
} | |