Valve devs in-game: CSGO

Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.

ما هو Valve devs in-game: CSGO؟

Valve devs in-game: CSGO هو إضافة Chrome تم تطويرها بواسطة knobik، والميزة الرئيسية لها هي "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

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

screenshot

تحميل ملف CRX للإضافة Valve devs in-game: CSGO

قم بتنزيل ملفات الامتداد Valve devs in-game: CSGO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.                    

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

الاسم Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
الوصف Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
حجم الملف 264 KB
عدد التثبيتات 46
النسخة الحالية 0.3
آخر تحديث 2016-08-24
تاريخ النشر 2016-08-24
تقييم 4.00/5 مجموع تقييمات 8
المطور knobik
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Valve devs in-game: CSGO",
    "description": "",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "alarms",
        "webRequest",
        "https:\/\/steamcommunity.com\/*",
        "http:\/\/steamcommunity.com\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "48.png"
    ]
}