FACEIT Lobby King Extension

Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.

FACEIT Lobby King Extension là gì?

FACEIT Lobby King Extension là một tiện ích mở rộng Chrome được phát triển bởi https://lobbyking.app, và tính năng chính của nó là "Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FACEIT Lobby King Extension

Tải xuống các tệp mở rộng FACEIT Lobby King Extension 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

                        Lobby King is a browser extension designed to make your gaming experience on FACEIT even more exciting and rewarding. This extension will provide you with information about strong and weak maps of your and your opponent's team. 

This information will allow you to pick the most advantageous map for your game, giving you a higher chance of winning. Whether you're a beginner or a seasoned player, Lobby King is the perfect tool to take your game to the next level.

Don't leave your match outcomes to chance. Download the Lobby King browser extension today and start dominating your FACEIT matches!                    

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

Tên FACEIT Lobby King Extension FACEIT Lobby King Extension
ID ofgabojnfopmlfkfdclajlkgfmomijoc
URL Chính Thức https://chromewebstore.google.com/detail/faceit-lobby-king-extensi/ofgabojnfopmlfkfdclajlkgfmomijoc
Mô tả Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.
Kích Thước Tệp 500 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2023-02-21
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://lobbyking.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lobbyking.app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "manifest_version": 3,
    "name": "FACEIT Lobby King Extension",
    "short_name": "Lobby King",
    "description": "Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.",
    "homepage_url": "https:\/\/lobbyking.app",
    "permissions": [
        "https:\/\/api.faceit.com\/",
        "storage"
    ],
    "action": {
        "default_title": "FACEIT Lobby King Extension",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": "assets\/images\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.faceit.com\/*",
                "https:\/\/beta.faceit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "88"
}