KAG Server Browser

The KAG server browser conveniently in your web browser!

什麼是KAG Server Browser?

KAG Server Browser是由epsilon開發的Chrome擴展程式,該擴展的主要功能是“The KAG server browser conveniently in your web browser!”。

擴展截圖

screenshot

下載KAG Server Browser擴展crx文件

下載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
官方網址 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"
    }
}