Steam App Info Button
Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
¿Qué es Steam App Info Button?
Steam App Info Button es una extensión de Chrome desarrollada por http://www.mattfiler.co.uk, y su función principal es "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Steam App Info Button
Descarga archivos de extensión Steam App Info Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | negdbdifgcgangcgdalaigfoobdkfnde |
URL Oficial | https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde |
Descripción | Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps! |
Tamaño del Archivo | 18.7 KB |
Cantidad de Instalaciones | 179 |
Versión Actual | 1.0.0 |
Última Actualización | 2016-06-15 |
Fecha de Publicación | 2016-06-15 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | http://www.mattfiler.co.uk |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |