Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Что такое Steam Community SteamRep Integration?
Steam Community SteamRep Integration - это расширение Chrome, разработанное Dr. McKay, и его основная функция - "Displays SteamRep status on Steam Community profile pages".
Снимки экрана расширения
Скачать файл CRX расширения Steam Community SteamRep Integration
Скачайте файлы расширений Steam Community SteamRep Integration в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Displays a user's SteamRep status directly on their profile page at SteamCommunity.com.
Click on a user's SteamRep status to go to their SteamRep profile page.
At the moment, due to limitations in SteamRep's system, caution tags are not displayed. Always double-check! Основная информация о расширении
| Название | |
| ID | aaclmldkenecanphogeaacolljiphmnk |
| Официальный URL | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
| Описание | Displays SteamRep status on Steam Community profile pages |
| Размер файла | 13.89 KB |
| Количество установок | 1,895 |
| Текущая Версия | 1.2.0 |
| Последнее Обновление | 2013-10-08 |
| Дата публикации | 2013-10-08 |
| Рейтинг | 4.39/5 Всего 18 оценок |
| Разработчик | Dr. McKay |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://steamrep.com |
| URL страницы помощи | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Steam Community SteamRep Integration",
"version": "1.2.0",
"manifest_version": 2,
"description": "Displays SteamRep status on Steam Community profile pages",
"homepage_url": "http:\/\/www.steamrep.com",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"http:\/\/steamrep.com\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/steamcommunity.com\/*"
],
"js": [
"steamcommunity.js"
]
}
]
} | |