Steam App Info Button

Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!

Steam App Info Buttonคืออะไร?

Steam App Info Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.mattfiler.co.uk และคุณลักษณะหลักของมันคือ "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam App Info Button

ดาวน์โหลดไฟล์ส่วนขยาย Steam App Info Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension will load up SteamDB when clicked and show all available information for the game that the Steam user you are viewing is currently playing. 

This extension can be especially useful for Valve employee Steam profiles, as you will be able to access SteamDB to see information about any hidden apps they are currently playing, which would usually just show no information at all.

Please note that this will only work if you are signed into Steam.

This extension is not endorsed or affiliated with Valve, Steam or SteamDB.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
คำอธิบาย Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
ขนาดไฟล์ 18.7 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-06-15
วันที่เผยแพร่ 2016-06-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://www.mattfiler.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam App Info Button",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!",
    "homepage_url": "http:\/\/mattfiler.co.uk",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Open SteamDB for the game the user's playing!"
    },
    "permissions": [
        "https:\/\/steamcommunity.com\/*",
        "http:\/\/steamcommunity.com\/*",
        "tabs"
    ]
}