Steam App Info Button

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

Steam App Info Button란 무엇입니까?

Steam App Info Button은(는) http://www.mattfiler.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!"입니다.

확장 프로그램 스크린샷

screenshot

Steam App Info Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Steam App Info Button Steam App Info Button
ID negdbdifgcgangcgdalaigfoobdkfnde
공식 URL https://chrome.google.com/webstore/detail/steam-app-info-button/negdbdifgcgangcgdalaigfoobdkfnde
설명 Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!
파일 크기 18.7 KB
설치 횟수 179
현재 버전 1.0.0
최근 업데이트 2016-06-15
출시 날짜 2016-06-15
평점 5.00/5 총 2 개의 평점
개발자 http://www.mattfiler.co.uk
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}