Image Downloader

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

What is Image Downloader?

Image Downloader is a Chrome extension developed by kotree.com, and its main feature is "te31.com(rgrong), slrclub.com, instagram".

Download Image Downloader Extension CRX File

Download Image Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        slrclub
instagram
te31.com (rgrong)

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

Extension Basic Information

Name Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
Official URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
Description te31.com(rgrong), slrclub.com, instagram
File Size 38.17 KB
Installation Count 200
Current Version 1.1.0
Last Updated 2016-06-09
Publish Date 2016-06-09
Rating 3.67/5 Total 3 Ratings
Developer kotree.com
Email [email protected]
Payment Type free
Supported Languages 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
}