Steam App Info Button
Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Cos'è Steam App Info Button?
Steam App Info Button è un'estensione di Chrome sviluppata da http://www.mattfiler.co.uk, e la sua funzione principale è "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam App Info Button
Scarica i file di estensione Steam App Info Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | negdbdifgcgangcgdalaigfoobdkfnde |
URL Ufficiale | https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde |
Descrizione | Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps! |
Dimensione del File | 18.7 KB |
Conteggio Installazioni | 179 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-06-15 |
Data di Pubblicazione | 2016-06-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://www.mattfiler.co.uk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |