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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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