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
官方網址 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
電子郵箱 [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\/*"
    ]
}