Steam Card Downloader

Download Steam Card Image

Qu'est-ce que Steam Card Downloader ?

Steam Card Downloader est une extension Chrome développée par http://www.deray.org, et sa fonction principale est "Download Steam Card Image".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Steam Card Downloader

Téléchargez les fichiers d'extension Steam Card Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
URL Officiel https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
Description Download Steam Card Image
Taille du Fichier 62.71 KB
Nombre d'Installations 162
Version Actuelle 1.8.2
Dernière Mise à Jour 2018-01-03
Date de Publication 2018-01-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.deray.org
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}