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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}