Steam App Info Button

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

Vad är Steam App Info Button?

Steam App Info Button är en Chrome-tillägg utvecklad av http://www.mattfiler.co.uk, och dess huvudfunktion är "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".

Tilläggsskärmbilder

screenshot

Ladda ner Steam App Info Button-förlängningens CRX-fil

Ladda ner Steam App Info Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
Officiell webbadress https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
Beskrivning Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Filstorlek 18.7 KB
Antal Installationer 179
Aktuell Version 1.0.0
Senast Uppdaterad 2016-06-15
Publiceringsdatum 2016-06-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://www.mattfiler.co.uk
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}