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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}