Image Downloader

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

Was ist Image Downloader?

Image Downloader ist eine Chrome-Erweiterung, die von kotree.com entwickelt wurde, und ihr Hauptmerkmal ist "te31.com(rgrong), slrclub.com, instagram".

Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        slrclub
instagram
te31.com (rgrong)

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

Grundlegende Informationen zur Erweiterung

Name Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
Offizielle URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Beschreibung te31.com(rgrong), slrclub.com, instagram
Dateigröße 38.17 KB
Installationsanzahl 200
Aktuelle Version 1.1.0
Letztes Update 2016-06-09
Veröffentlichungsdatum 2016-06-09
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler kotree.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}