Image Downloader

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

Wat is Image Downloader?

Image Downloader is een Chrome-extensie ontwikkeld door kotree.com, en de belangrijkste functie is "te31.com(rgrong), slrclub.com, instagram".

Download het CRX-bestand van de extensie Image Downloader

Download Image Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        slrclub
instagram
te31.com (rgrong)

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

Basisinformatie over de Extensie

Naam Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
Officiële URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Beschrijving te31.com(rgrong), slrclub.com, instagram
Bestandsgrootte 38.17 KB
Aantal Installaties 200
Huidige Versie 1.1.0
Laatst Bijgewerkt 2016-06-09
Publicatiedatum 2016-06-09
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar kotree.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}