Steam App Info Button
Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Qu'est-ce que Steam App Info Button ?
Steam App Info Button est une extension Chrome développée par http://www.mattfiler.co.uk, et sa fonction principale est "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam App Info Button
Téléchargez les fichiers d'extension Steam App Info Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | negdbdifgcgangcgdalaigfoobdkfnde |
URL Officiel | https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde |
Description | Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps! |
Taille du Fichier | 18.7 KB |
Nombre d'Installations | 179 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-06-15 |
Date de Publication | 2016-06-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://www.mattfiler.co.uk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |