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
公式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
Eメール [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"
    }
}