FACEIT Predictor

Predicts the outcome of your FACEIT matches using AI

FACEIT Predictorคืออะไร?

FACEIT Predictor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rapxim และคุณลักษณะหลักของมันคือ "Predicts the outcome of your FACEIT matches using AI"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FACEIT Predictor

ดาวน์โหลดไฟล์ส่วนขยาย FACEIT Predictor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ABOUT:
FACEIT Predictor is powered by Machine Learning models that will help you maximize your winning chance in every public match on FACEIT. If available, data regarding the match, all of its players, and their 10 previous matches are collected on the client end. Then, all those stats are forwarded to a Machine Learning model previously trained and optimized on 60k+ FACEIT matches.

FACEIT Predictor provides winning probabilities for every map and lets you choose wisely during the veto. Thus, it increases your winning odds and helps you climb the ELO ladder.

Seamless integration with FACEIT.com and FACEIT Enhancer.

FEATURES
- Match Prediction: outputs winning probabilities for every map during veto phase
- Auto Sort: reorders map elements during veto by decreasing winning probability
- Smart Veto: vetoes the map with the lowest winning probability
- Prediction Policy: selects which matches to predict (All; Only your Matches; Manual)

CHROME EXTENSION
https://chrome.google.com/webstore/detail/faceit-predictor/plbhidhbocjfalcpofamaklaeecpplkd/

FIREFOX EXTENSION
https://addons.mozilla.org/en-US/firefox/addon/faceit-predictor/

SUPPORT
Email us: [email protected]

DISCLAIMER:
FACEIT Predictor has no responsibility for the outcome of any match.
FACEIT Predictor is not affiliated or endorsed by FACEIT.

We do not collect any personal information except your Email ID, your public Faceit ID, and nickname used for authentication purposes. We will not share any data with anyone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FACEIT Predictor FACEIT Predictor
ID plbhidhbocjfalcpofamaklaeecpplkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/faceit-predictor/plbhidhbocjfalcpofamaklaeecpplkd
คำอธิบาย Predicts the outcome of your FACEIT matches using AI
ขนาดไฟล์ 1.41 MB
จำนวนการติดตั้ง 9,304
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-06-27
วันที่เผยแพร่ 2020-10-31
คะแนน 4.30/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา rapxim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FACEIT Predictor",
    "description": "Predicts the outcome of your FACEIT matches using AI",
    "version": "1.3.3",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.faceit.com\/",
        "https:\/\/faceit-predictor-api.herokuapp.com\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "core.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/faceit-predictor-api.herokuapp.com\/faceit\/authCallback*"
            ],
            "js": [
                "faceitAuth.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "FACEIT Predictor",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoLFFY5xjKFAdH\/WhZyw6F6wJLjQyzRAIz9dRuMcTi3yWAcjk+B\/mp92mRwf1pF7IThAKZoSIxU25UvTbEjTJVNZp8upWlNfsh128NANtSeSVvC5dbpqaKnvw1AoztquUsRXvVNjp9UNTYaihFCDPXl++Q0aW3Qv1TStmC7YtJHthX8WwhCnElSs34eq1aAfrC+kQw+t1DihoMFxOM6UDOWQaQYnJx0bA1N+r32wepLAeUpdbtKcVyVaPNwHfsS1TmPwoHlwHXEFhiiNlXmj4hQy2nZ1qHb9YbFifdfpQgMHyByd60pboudS7RHNBWoavhn0uwRIRNLUrKpp5pCBWvwIDAQAB"
}