Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
Csgo & Cs2 Statsคืออะไร?
Csgo & Cs2 Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rrreg และคุณลักษณะหลักของมันคือ "Displays peoples faceit and matchmaking stats on their steam profile."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Csgo & Cs2 Stats
ดาวน์โหลดไฟล์ส่วนขยาย Csgo & Cs2 Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays peoples faceit and matchmaking stats on their steam profile.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Csgo & Cs2 Stats |
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": [ " |