Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
什么是Csgo & Cs2 Stats?
Csgo & Cs2 Stats是由rrreg开发的Chrome扩展程序,该扩展的主要功能是“Displays peoples faceit and matchmaking stats on their steam profile.”。
扩展截图
下载Csgo & Cs2 Stats扩展crx文件
下载Csgo & Cs2 Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays peoples faceit and matchmaking stats on their steam profile. 扩展基本信息
| 名称 | |
| ID | cjkfchbniaegciddeagjnaldgpgcdioa |
| 官方URL | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
| 简介 | Displays peoples faceit and matchmaking stats on their steam profile. |
| 文件大小 | 518 KB |
| 安装次数 | 41 |
| 当前版本 | 2.0 |
| 更新时间 | 2023-09-26 |
| 上架时间 | 2023-06-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | rrreg |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"tabs",
"storage",
"activeTab"
],
"action": {
"default_icon": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"default_popup": "popup.html",
"default_title": "Faceit Stats"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"style.css"
],
"exclude_matches": [
"*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
"*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
]
}
],
"description": "Displays peoples faceit and matchmaking stats on their steam profile.",
"homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996",
"host_permissions": [
"https:\/\/api.faceit.com\/*"
],
"manifest_version": 3,
"name": "Csgo & Cs2 Stats",
"version": "2.0",
"icons": {
"16": "img\/logo16.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"web_accessible_resources": [
{
"matches": [
" | |