Image Downloader

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

什么是Image Downloader?

Image Downloader是由kotree.com开发的Chrome扩展程序,该扩展的主要功能是“te31.com(rgrong), slrclub.com, instagram”。

下载Image Downloader扩展crx文件

下载Image Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        slrclub
instagram
te31.com (rgrong)

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

扩展基本信息

名称 Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
官方URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
简介 te31.com(rgrong), slrclub.com, instagram
文件大小 38.17 KB
安装次数 200
当前版本 1.1.0
更新时间 2016-06-09
上架时间 2016-06-09
评分 3.67/5 共3次评分
开发者 kotree.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}