KAG Server Browser

The KAG server browser conveniently in your web browser!

ما هو KAG Server Browser؟

KAG Server Browser هو إضافة Chrome تم تطويرها بواسطة epsilon، والميزة الرئيسية لها هي "The KAG server browser conveniently in your web browser!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة KAG Server Browser

قم بتنزيل ملفات الامتداد KAG Server Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Don't you hate it when you open King Arthur's Gold just to see that no one is playing?

This extension allows you to view the King Arthur's Gold server browser without needing to open the game.

It is a near-identical replication of the in-game server browser with a few extra useful features like desktop notifications.                    

معلومات أساسية عن التمديد

الاسم KAG Server Browser KAG Server Browser
ID aipcclcgemecihikpdgfoonlfpjkekmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp
الوصف The KAG server browser conveniently in your web browser!
حجم الملف 186 KB
عدد التثبيتات 150
النسخة الحالية 3.0
آخر تحديث 2021-08-10
تاريخ النشر 2018-09-26
تقييم 5.00/5 مجموع تقييمات 14
المطور epsilon
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KAG Server Browser",
    "short_name": "KAG Servers",
    "version": "3.0",
    "author": "epsilon",
    "description": "The KAG server browser conveniently in your web browser!",
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/kag_icon_16.png",
        "32": "images\/kag_icon_32.png",
        "48": "images\/kag_icon_48.png",
        "128": "images\/kag_icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/kag_icon_16.png",
            "32": "images\/kag_icon_32.png",
            "48": "images\/kag_icon_48.png",
            "128": "images\/kag_icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "libraries\/jquery.min.js",
            "scripts\/utilities.js",
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}