Steam App Info Button

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

O que é Steam App Info Button?

Steam App Info Button é uma extensão do Chrome desenvolvida por http://www.mattfiler.co.uk, e sua principal característica é "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Steam App Info Button

Baixe arquivos de extensão Steam App Info Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
URL Oficial https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
Descrição Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
Tamanho do Arquivo 18.7 KB
Contagem de Instalações 179
Versão Atual 1.0.0
Última Atualização 2016-06-15
Data de Publicação 2016-06-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://www.mattfiler.co.uk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}