Steam-Buyer

Steam-Buyer is a simple application to make purchases in the Steam store.

ما هو Steam-Buyer؟

Steam-Buyer هو إضافة Chrome تم تطويرها بواسطة d42f، والميزة الرئيسية لها هي "Steam-Buyer is a simple application to make purchases in the Steam store.".

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

screenshot

تحميل ملف CRX للإضافة Steam-Buyer

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

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

                                            

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

الاسم Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
عنوان URL الرسمي https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
الوصف Steam-Buyer is a simple application to make purchases in the Steam store.
حجم الملف 251 KB
عدد التثبيتات 120
النسخة الحالية 0.5
آخر تحديث 2015-06-20
تاريخ النشر 2015-06-20
تقييم 2.00/5 مجموع تقييمات 3
المطور d42f
نوع الدفع free
موقع الإضافة https://github.com/d42f/steam-buyer
عنوان صفحة المساعدة https://github.com/d42f/steam-buyer/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam-Buyer",
    "version": "0.5",
    "description": "Steam-Buyer is a simple application to make purchases in the Steam store.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Steam Buyer",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "src\/config.js",
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    }
}