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 là gì?

Steam App Info Button là một tiện ích mở rộng Chrome được phát triển bởi http://www.mattfiler.co.uk, và tính năng chính của nó là "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam App Info Button

Tải xuống các tệp mở rộng Steam App Info Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
URL Chính Thức https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
Mô tả Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Kích Thước Tệp 18.7 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-06-15
Ngày Phát Hành 2016-06-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.mattfiler.co.uk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}