Image Fetcher

Download all the images in the whole page by just one click!

Cos'è Image Fetcher?

Image Fetcher è un'estensione di Chrome sviluppata da https://www.nzfun.cn, e la sua funzione principale è "Download all the images in the whole page by just one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Image Fetcher

Scarica i file di estensione Image Fetcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
URL Ufficiale https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Descrizione Download all the images in the whole page by just one click!
Dimensione del File 1.24 MB
Conteggio Installazioni 48
Versione Corrente 1.0
Ultimo Aggiornamento 2018-07-22
Data di Pubblicazione 2018-07-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.nzfun.cn
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.nzfun.cn
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Image Fetcher"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/fetch.js"
    ],
    "description": "Download all the images in the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Image Fetcher",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "1.0"
}