Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Что такое Image Remover?
Image Remover - это расширение Chrome, разработанное https://danielw.org, и его основная функция - "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Снимки экрана расширения
Скачать файл CRX расширения Image Remover
Скачайте файлы расширений Image Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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."
Основная информация о расширении
Название | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
Официальный URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Описание | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Размер файла | 7.88 KB |
Количество установок | 1,528 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-03-03 |
Дата публикации | 2016-03-02 |
Рейтинг | 4.44/5 Всего 9 оценок |
Разработчик | https://danielw.org |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.danielw.org |
URL страницы помощи | http://www.danielw.org |
Поддерживаемые языки | 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" } |