Steam Card Downloader

Download Steam Card Image

Steam Card Downloaderとは何ですか?

Steam Card Downloaderはhttp://www.deray.orgによって開発されたChromeの拡張機能で、その主な機能は「Download Steam Card Image」です。

拡張機能のスクリーンショット

screenshot

Steam Card Downloader拡張機能のCRXファイルをダウンロード

Steam Card Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Download steam cards with one click

* download small card, if you don't own this card
* download small and full size card even you already crafted it                    

拡張機能の基本情報

名前 Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
公式URL https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
説明 Download Steam Card Image
ファイルサイズ 62.71 KB
インストール数 162
現在のバージョン 1.8.2
最終更新日 2018-01-03
公開日 2018-01-03
評価 5.00/5 合計 1 レビュー
開発者 http://www.deray.org
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Card Downloader",
    "description": "Download Steam Card Image",
    "version": "1.8.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.steamcommunity.com\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/downloader.js"
            ],
            "css": [
                ".\/css\/downloader.css"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "downloads",
        "*:\/\/steamcommunity-a.akamaihd.net\/*",
        "*:\/\/cdn.akamai.steamstatic.com\/*",
        "*:\/\/community.edgecast.steamstatic.com\/*",
        "*:\/\/cdn.edgecast.steamstatic.com\/*"
    ]
}