KAG Server Browser
The KAG server browser conveniently in your web browser!
Co to jest KAG Server Browser?
KAG Server Browser to rozszerzenie Chrome opracowane przez epsilon, a jego główną funkcją jest „The KAG server browser conveniently in your web browser!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KAG Server Browser
Pobierz pliki rozszerzeń KAG Server Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | KAG Server Browser |
ID | aipcclcgemecihikpdgfoonlfpjkekmp |
Oficjalny URL | https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp |
Opis | The KAG server browser conveniently in your web browser! |
Rozmiar pliku | 186 KB |
Liczba instalacji | 150 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2021-08-10 |
Data Publikacji | 2018-09-26 |
Ocena | 5.00/5 Łącznie 14 Oceny |
Deweloper | epsilon |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |