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是由http://www.mattfiler.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!”。
擴展截圖
下載Steam App Info Button擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | negdbdifgcgangcgdalaigfoobdkfnde |
官方網址 | 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" ] } |