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 |
公式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 |
Eメール | [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" ] } |