Faceit Forecast Beta
Forcast the Faceit match outcome for each map!
Faceit Forecast Beta क्या है?
Faceit Forecast Beta PatriciJo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forcast the Faceit match outcome for each map!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Faceit Forecast Beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |