Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Co to jest Image Remover?
Image Remover to rozszerzenie Chrome opracowane przez https://danielw.org, a jego główną funkcją jest „It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Remover
Pobierz pliki rozszerzeń Image Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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."
Podstawowe informacje o rozszerzeniu
Nazwa | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
Oficjalny URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Opis | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Rozmiar pliku | 7.88 KB |
Liczba instalacji | 1,528 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-03-03 |
Data Publikacji | 2016-03-02 |
Ocena | 4.44/5 Łącznie 9 Oceny |
Deweloper | https://danielw.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.danielw.org |
Adres URL Strony Pomocy | http://www.danielw.org |
Obsługiwane Języki | 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" } |