KAG Server Browser

The KAG server browser conveniently in your web browser!

¿Qué es KAG Server Browser?

KAG Server Browser es una extensión de Chrome desarrollada por epsilon, y su función principal es "The KAG server browser conveniently in your web browser!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión KAG Server Browser

Descarga archivos de extensión KAG Server Browser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre KAG Server Browser KAG Server Browser
ID aipcclcgemecihikpdgfoonlfpjkekmp
URL Oficial https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp
Descripción The KAG server browser conveniently in your web browser!
Tamaño del Archivo 186 KB
Cantidad de Instalaciones 150
Versión Actual 3.0
Última Actualización 2021-08-10
Fecha de Publicación 2018-09-26
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador epsilon
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}