G Image Downloader

Google images download with a single click.

Qu'est-ce que G Image Downloader ?

G Image Downloader est une extension Chrome développée par haubuikinina, et sa fonction principale est "Google images download with a single click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension G Image Downloader

Téléchargez les fichiers d'extension G Image Downloader 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

                        G Image Downloader - is a must have extension which lets you download images from Google Image page with a single click. 

Just select necessasry images and click "Download" button - all images will be downloaded automaticaly.                    

Informations de Base sur l'Extension

Nom G Image Downloader G Image Downloader
ID hefoogkjnnnhhhaoifkgaapegpokphcp
URL Officiel https://chrome.google.com/webstore/detail/g-image-downloader/hefoogkjnnnhhhaoifkgaapegpokphcp
Description Google images download with a single click.
Taille du Fichier 75.11 KB
Nombre d'Installations 10
Version Actuelle 1.7
Dernière Mise à Jour 2019-01-25
Date de Publication 2019-01-25
Développeur haubuikinina
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/bootstrap.min.js",
                "content\/content.js"
            ],
            "matches": [
                "*:\/\/google.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/amazon.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/google.at\/*",
                "*:\/\/google.com.au\/*",
                "*:\/\/google.be\/*",
                "*:\/\/google.com.br\/*",
                "*:\/\/google.ca\/*",
                "*:\/\/google.ch\/*",
                "*:\/\/google.de\/*",
                "*:\/\/google.dk\/*",
                "*:\/\/google.es\/*",
                "*:\/\/google.fi\/*",
                "*:\/\/google.fr\/*",
                "*:\/\/google.co.in\/*",
                "*:\/\/google.it\/*",
                "*:\/\/google.com.mx\/*",
                "*:\/\/google.nl\/*",
                "*:\/\/google.no\/*",
                "*:\/\/google.co.nz\/*",
                "*:\/\/google.se\/*",
                "*:\/\/google.com.sg\/*",
                "*:\/\/google.co.uk\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.com.au\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.com.br\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.ch\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.dk\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.fi\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.co.in\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.com.mx\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.co.nz\/*",
                "*:\/\/*.google.se\/*",
                "*:\/\/*.google.com.sg\/*",
                "*:\/\/*.google.co.uk\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'",
    "description": "Google images download with a single click.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "G Image Downloader",
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "*:\/\/google.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/google.at\/*",
        "*:\/\/google.com.au\/*",
        "*:\/\/google.be\/*",
        "*:\/\/google.com.br\/*",
        "*:\/\/google.ca\/*",
        "*:\/\/google.ch\/*",
        "*:\/\/google.de\/*",
        "*:\/\/google.dk\/*",
        "*:\/\/google.es\/*",
        "*:\/\/google.fi\/*",
        "*:\/\/google.fr\/*",
        "*:\/\/google.co.in\/*",
        "*:\/\/google.it\/*",
        "*:\/\/google.com.mx\/*",
        "*:\/\/google.nl\/*",
        "*:\/\/google.no\/*",
        "*:\/\/google.co.nz\/*",
        "*:\/\/google.se\/*",
        "*:\/\/google.com.sg\/*",
        "*:\/\/google.co.uk\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.google.at\/*",
        "*:\/\/*.google.com.au\/*",
        "*:\/\/*.google.be\/*",
        "*:\/\/*.google.com.br\/*",
        "*:\/\/*.google.ca\/*",
        "*:\/\/*.google.ch\/*",
        "*:\/\/*.google.de\/*",
        "*:\/\/*.google.dk\/*",
        "*:\/\/*.google.es\/*",
        "*:\/\/*.google.fi\/*",
        "*:\/\/*.google.fr\/*",
        "*:\/\/*.google.co.in\/*",
        "*:\/\/*.google.it\/*",
        "*:\/\/*.google.com.mx\/*",
        "*:\/\/*.google.nl\/*",
        "*:\/\/*.google.no\/*",
        "*:\/\/*.google.co.nz\/*",
        "*:\/\/*.google.se\/*",
        "*:\/\/*.google.com.sg\/*",
        "*:\/\/*.google.co.uk\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "G Image Downloader",
    "version": "1.7"
}