KAG Server Browser

The KAG server browser conveniently in your web browser!

Vad är KAG Server Browser?

KAG Server Browser är en Chrome-tillägg utvecklad av epsilon, och dess huvudfunktion är "The KAG server browser conveniently in your web browser!".

Tilläggsskärmbilder

screenshot

Ladda ner KAG Server Browser-förlängningens CRX-fil

Ladda ner KAG Server Browser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn KAG Server Browser KAG Server Browser
ID aipcclcgemecihikpdgfoonlfpjkekmp
Officiell webbadress https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp
Beskrivning The KAG server browser conveniently in your web browser!
Filstorlek 186 KB
Antal Installationer 150
Aktuell Version 3.0
Senast Uppdaterad 2021-08-10
Publiceringsdatum 2018-09-26
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare epsilon
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}