Steam Card Downloader

Download Steam Card Image

ما هو Steam Card Downloader؟

Steam Card Downloader هو إضافة Chrome تم تطويرها بواسطة http://www.deray.org، والميزة الرئيسية لها هي "Download Steam Card Image".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Steam Card Downloader

قم بتنزيل ملفات الامتداد Steam Card Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Steam Card Downloader Steam Card Downloader
ID fllmlgjpcamllpcppdkohhllkildndli
عنوان URL الرسمي https://chrome.google.com/webstore/detail/steam-card-downloader/fllmlgjpcamllpcppdkohhllkildndli
الوصف Download Steam Card Image
حجم الملف 62.71 KB
عدد التثبيتات 162
النسخة الحالية 1.8.2
آخر تحديث 2018-01-03
تاريخ النشر 2018-01-03
تقييم 5.00/5 مجموع تقييمات 1
المطور http://www.deray.org
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}