Faceit Forecast Beta

Forcast the Faceit match outcome for each map!

Faceit Forecast Beta là gì?

Faceit Forecast Beta là một tiện ích mở rộng Chrome được phát triển bởi PatriciJo, và tính năng chính của nó là "Forcast the Faceit match outcome for each map!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Faceit Forecast Beta

Tải xuống các tệp mở rộng Faceit Forecast Beta dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Faceit Forecast Beta Faceit Forecast Beta
ID bcibbgnfckeodgdmoogjkgdigggcdmha
URL Chính Thức https://chrome.google.com/webstore/detail/faceit-forecast-beta/bcibbgnfckeodgdmoogjkgdigggcdmha
Mô tả Forcast the Faceit match outcome for each map!
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2022-09-26
Ngày Phát Hành 2022-08-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển PatriciJo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}