CS2 Faceit Stats
Browser extension displays a users stats on FACEIT on their Steam profile.
什么是CS2 Faceit Stats?
CS2 Faceit Stats是由nol1cx开发的Chrome扩展程序,该扩展的主要功能是“Browser extension displays a users stats on FACEIT on their Steam profile.”。
扩展截图
下载CS2 Faceit Stats扩展crx文件
下载CS2 Faceit Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Faceit stats by nol1cx is a browser extension that displays user stats from FACEIT.com on their Steam profile. Therefore it may be used as a shortcut to find more information quickly on the users FACEIT stats without having to go over to the platform. 扩展基本信息
| 名称 | |
| ID | hhamdfhacjkmpefgmpehalapnoopakmk |
| 官方URL | https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk |
| 简介 | Browser extension displays a users stats on FACEIT on their Steam profile. |
| 文件大小 | 405 KB |
| 安装次数 | 113 |
| 当前版本 | 3.2 |
| 更新时间 | 2024-02-22 |
| 上架时间 | 2023-11-28 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | nol1cx |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://vk.com/gpgesports |
| 帮助页面URL | https://vk.com/gpgesports |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CS2 Faceit Stats",
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"version": "3.2",
"manifest_version": 3,
"homepage_url": "https:\/\/vk.com\/gpgesports",
"description": "Browser extension displays a users stats on FACEIT on their Steam profile.",
"action": {
"default_icon": "img\/logo.png",
"default_title": "CS2 Faceit Stats"
},
"background": {
"service_worker": "scripts\/background.js"
},
"host_permissions": [
"https:\/\/api.faceit.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
],
"exclude_matches": [
"*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
"*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
],
"css": [
"style.css"
],
"js": [
"scripts\/main_new.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/levels\/1.svg",
"img\/levels\/2.svg",
"img\/levels\/3.svg",
"img\/levels\/4.svg",
"img\/levels\/5.svg",
"img\/levels\/6.svg",
"img\/levels\/7.svg",
"img\/levels\/8.svg",
"img\/levels\/9.svg",
"img\/levels\/10.svg",
"img\/levels\/unranked.svg"
],
"matches": [
" | |