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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}