Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
¿Qué es Image Remover?
Image Remover es una extensión de Chrome desarrollada por https://danielw.org, y su función principal es "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Image Remover
Descarga archivos de extensión Image Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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."
Información Básica de la Extensión
Nombre | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
URL Oficial | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
Descripción | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
Tamaño del Archivo | 7.88 KB |
Cantidad de Instalaciones | 1,528 |
Versión Actual | 1.0 |
Última Actualización | 2016-03-03 |
Fecha de Publicación | 2016-03-02 |
Calificación | 4.44/5 Total de 9 Calificaciones |
Desarrollador | https://danielw.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.danielw.org |
URL de la Página de Ayuda | http://www.danielw.org |
Idiomas Soportados | 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" } |