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
Eメール [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
}