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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FACEIT Lobby King Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}