Steam cards getter

This extension allow you to automate cards getting process

ما هو Steam cards getter؟

Steam cards getter هو إضافة Chrome تم تطويرها بواسطة lgg، والميزة الرئيسية لها هي "This extension allow you to automate cards getting process".

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

screenshot

تحميل ملف CRX للإضافة Steam cards getter

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

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

                        This extension allow you to automate cards getting process

More info could be found here: https://github.com/lgg/steam-cards-getter                    

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

الاسم Steam cards getter Steam cards getter
ID jkpbeadnomoejfoakjnnpcaiijgbnggk
عنوان URL الرسمي https://chromewebstore.google.com/detail/steam-cards-getter/jkpbeadnomoejfoakjnnpcaiijgbnggk
الوصف This extension allow you to automate cards getting process
حجم الملف 74.88 KB
عدد التثبيتات 267
النسخة الحالية 1.1.1
آخر تحديث 2018-07-02
تاريخ النشر 2018-07-02
المطور lgg
نوع الدفع free
موقع الإضافة https://github.com/lgg/steam-cards-getter
عنوان صفحة المساعدة https://github.com/lgg/steam-cards-getter
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam cards getter",
    "description": "This extension allow you to automate cards getting process",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/store.steampowered.com\/",
        "https:\/\/store.steampowered.com\/"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content-scripts\/steam-cards-getter-content-script.js"
            ]
        }
    ]
}