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?

FACEIT Lobby King Extension是由https://lobbyking.app開發的Chrome擴展程式,該擴展的主要功能是“Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.”。

擴展截圖

screenshot
screenshot
screenshot

下載FACEIT Lobby King Extension擴展crx文件

下載FACEIT Lobby King Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 FACEIT Lobby King Extension FACEIT Lobby King Extension
ID ofgabojnfopmlfkfdclajlkgfmomijoc
官方網址 https://chromewebstore.google.com/detail/faceit-lobby-king-extensi/ofgabojnfopmlfkfdclajlkgfmomijoc
簡介 Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.
檔案大小 500 KB
安裝次數 4,000
目前版本 1.1.7
更新時間 2024-02-25
上架時間 2023-02-21
評分 5.00/5 共 21 次評分
開發者 https://lobbyking.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://lobbyking.app
支援的語言 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"
}