Faceit Guru

Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…

Faceit Guru là gì?

Faceit Guru là một tiện ích mở rộng Chrome được phát triển bởi http://faceit-guru.com, và tính năng chính của nó là "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Faceit Guru 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

                        Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the opponent weak spots.

NOTE: Faceit Guru is developed independently, and is not officially endorsed by or affiliated with FACEIT.                    

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

Tên Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
URL Chính Thức https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Mô tả Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Kích Thước Tệp 31.66 KB
Số Lần Cài Đặt 622
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-10-05
Ngày Phát Hành 2020-08-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://faceit-guru.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://faceit-guru.com/
URL Trang Trợ Giúp https://faceit-guru.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit Guru",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Faceit Guru",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}