Steam Card Downloader

Download Steam Card Image

Co to jest Steam Card Downloader?

Steam Card Downloader to rozszerzenie Chrome opracowane przez http://www.deray.org, a jego główną funkcją jest „Download Steam Card Image”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Steam Card Downloader

Pobierz pliki rozszerzeń Steam Card Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
Oficjalny URL https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
Opis Download Steam Card Image
Rozmiar pliku 62.71 KB
Liczba instalacji 162
Aktualna Wersja 1.8.2
Ostatnia Aktualizacja 2018-01-03
Data Publikacji 2018-01-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.deray.org
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}