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 |
| 官方網址 | 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": [
" | |