Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Faceit Forecast Betaคืออะไร?
Faceit Forecast Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PatriciJo และคุณลักษณะหลักของมันคือ "Forcast the Faceit match outcome for each map!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceit Forecast Beta
ดาวน์โหลดไฟล์ส่วนขยาย Faceit Forecast Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Forecast the Faceit match outcome for each map! Faceit Forecast helps you win more Faceit games by analyzing each player's map performance and calculating the winning chance for each map! We use an algorithm that considers multiple things like K/D, win rate, last matches performance, and more to calculate the winning chance! Faceit Forecast is not affiliated with or endorsed by FACEIT.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcibbgnfckeodgdmoogjkgdigggcdmha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha |
คำอธิบาย | Forcast the Faceit match outcome for each map! |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 149 |
เวอร์ชันปัจจุบัน | 0.4.3 |
อัปเดตครั้งล่าสุด | 2022-09-26 |
วันที่เผยแพร่ | 2022-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | PatriciJo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faceit Forecast Beta", "version": "0.4.3", "description": "Forcast the Faceit match outcome for each map!", "manifest_version": 3, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "jquery.js", "script.js" ], "css": [ ".\/style.css" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.faceit.com\/*" ] } |