Image Remover

It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…

Qu'est-ce que Image Remover ?

Image Remover est une extension Chrome développée par https://danielw.org, et sa fonction principale est "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Remover

Téléchargez les fichiers d'extension Image Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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."                    

Informations de Base sur l'Extension

Nom Image Remover Image Remover
ID keimggighiknpiiloncafdmhopgccbbk
URL Officiel https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk
Description It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Taille du Fichier 7.88 KB
Nombre d'Installations 1,528
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-03
Date de Publication 2016-03-02
Évaluation 4.44/5 Total 9 Évaluations
Développeur https://danielw.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.danielw.org
URL de la Page d'Aide http://www.danielw.org
Langues Prises en Charge 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"
}