Steam Profile Sidebar
Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles
Steam Profile Sidebar là gì?
Steam Profile Sidebar là một tiện ích mở rộng Chrome được phát triển bởi Slype, và tính năng chính của nó là "Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steam Profile Sidebar
Tải xuống các tệp mở rộng Steam Profile Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam Profile Sidebar |
ID | kkbcmbgnibclaeplfckmfjjmlaffmoaa |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-profile-sidebar/kkbcmbgnibclaeplfckmfjjmlaffmoaa |
Mô tả | Adds Steam64ID, Accountid, Add button and Faceit data to sidebar on Steam profiles |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-03-06 |
Ngày Phát Hành | 2021-03-06 |
Nhà Phát Triển | Slype |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |