Steam Card Downloader

Download Steam Card Image

Cos'è Steam Card Downloader?

Steam Card Downloader è un'estensione di Chrome sviluppata da http://www.deray.org, e la sua funzione principale è "Download Steam Card Image".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam Card Downloader

Scarica i file di estensione Steam Card Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
URL Ufficiale https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
Descrizione Download Steam Card Image
Dimensione del File 62.71 KB
Conteggio Installazioni 162
Versione Corrente 1.8.2
Ultimo Aggiornamento 2018-01-03
Data di Pubblicazione 2018-01-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.deray.org
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}