Steam Card Downloader

Download Steam Card Image

What is Steam Card Downloader?

Steam Card Downloader is a Chrome extension developed by http://www.deray.org, and its main feature is "Download Steam Card Image".

Extension Screenshots

screenshot

Download Steam Card Downloader Extension CRX File

Download Steam Card 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

                        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                    

Extension Basic Information

Name Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
Official URL https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
Description Download Steam Card Image
File Size 62.71 KB
Installation Count 162
Current Version 1.8.2
Last Updated 2018-01-03
Publish Date 2018-01-03
Rating 5.00/5 Total 1 Ratings
Developer http://www.deray.org
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}