Image Downloader

te31.com(rgrong), slrclub.com, instagram

Cos'è Image Downloader?

Image Downloader è un'estensione di Chrome sviluppata da kotree.com, e la sua funzione principale è "te31.com(rgrong), slrclub.com, instagram".

Scarica il file CRX dell'estensione Image Downloader

Scarica i file di estensione Image Downloader 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

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

Informazioni di Base sull'Estensione

Nome Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
URL Ufficiale https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Descrizione te31.com(rgrong), slrclub.com, instagram
Dimensione del File 38.17 KB
Conteggio Installazioni 200
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-06-09
Data di Pubblicazione 2016-06-09
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore kotree.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}