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.

O que é FACEIT Lobby King Extension?

FACEIT Lobby King Extension é uma extensão do Chrome desenvolvida por https://lobbyking.app, e sua principal característica é "Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FACEIT Lobby King Extension

Baixe arquivos de extensão FACEIT Lobby King Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FACEIT Lobby King Extension FACEIT Lobby King Extension
ID ofgabojnfopmlfkfdclajlkgfmomijoc
URL Oficial https://chromewebstore.google.com/detail/faceit-lobby-king-extensi/ofgabojnfopmlfkfdclajlkgfmomijoc
Descrição Be one step ahead of your opponents. Use FACEIT lobby stats for informed map veto decisions to pick the most advantageous map.
Tamanho do Arquivo 500 KB
Contagem de Instalações 4,000
Versão Atual 1.1.7
Última Atualização 2024-02-25
Data de Publicação 2023-02-21
Classificação 5.00/5 Total de 21 Avaliações
Desenvolvedor https://lobbyking.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lobbyking.app
Idiomas Suportados 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"
}