Steam App Info Button

Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!

Was ist Steam App Info Button?

Steam App Info Button ist eine Chrome-Erweiterung, die von http://www.mattfiler.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".

Erweiterungsscreenshots

screenshot

Steam App Info Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam App Info Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
Offizielle URL https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
Beschreibung Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Dateigröße 18.7 KB
Installationsanzahl 179
Aktuelle Version 1.0.0
Letztes Update 2016-06-15
Veröffentlichungsdatum 2016-06-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://www.mattfiler.co.uk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}