Steam Profile Sidebar

Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles

Что такое Steam Profile Sidebar?

Steam Profile Sidebar - это расширение Chrome, разработанное Slype, и его основная функция - "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Steam Profile Sidebar

Скачайте файлы расширений Steam Profile Sidebar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Adds a little sidebar on Steam profiles to display the following:
- Steam64ID
- AccountID
- Faceit elo (if available)
- "Add on local machine" button (opens Steam app on PC)                    

Основная информация о расширении

Название Steam Profile Sidebar Steam Profile Sidebar
ID kkbcmbgnibclaeplfckmfjjmlaffmoaa
Официальный URL https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa
Описание Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Размер файла 120 KB
Количество установок 234
Текущая Версия 0.0.1
Последнее Обновление 2021-03-06
Дата публикации 2021-03-06
Разработчик Slype
Электронная почта likeskippyshow@gmail.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Profile Sidebar",
    "version": "0.0.1",
    "description": "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "logo_128.png",
        "256": "logo_256.png",
        "512": "logo_512.png",
        "1000": "logo_1000.png"
    }
}