Steam Profile Sidebar

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

什么是Steam Profile Sidebar?

Steam Profile Sidebar是由Slype开发的Chrome扩展程序,该扩展的主要功能是“Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles”。

扩展截图

screenshot

下载Steam Profile Sidebar扩展crx文件

下载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
电子邮箱 [email protected]
付费类型 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"
    }
}