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 - это расширение Chrome, разработанное http://www.mattfiler.co.uk, и его основная функция - "Press to open the SteamDB page for the user's current game. Useful for spotting Valve testing hidden apps!".
Снимки экрана расширения
Скачать файл CRX расширения Steam App Info Button
Скачайте файлы расширений Steam App Info Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
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" ] } |