Steam Card Downloader
Download Steam Card Image
Was ist Steam Card Downloader?
Steam Card Downloader ist eine Chrome-Erweiterung, die von http://www.deray.org entwickelt wurde, und ihr Hauptmerkmal ist "Download Steam Card Image".
Erweiterungsscreenshots
Steam Card Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Card Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fllmlgjpcamllpcppdkohhllkildndli |
Offizielle URL | https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli |
Beschreibung | Download Steam Card Image |
Dateigröße | 62.71 KB |
Installationsanzahl | 162 |
Aktuelle Version | 1.8.2 |
Letztes Update | 2018-01-03 |
Veröffentlichungsdatum | 2018-01-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.deray.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |