KAG Server Browser
The KAG server browser conveniently in your web browser!
What is KAG Server Browser?
KAG Server Browser is a Chrome extension developed by epsilon, and its main feature is "The KAG server browser conveniently in your web browser!".
Extension Screenshots
Download KAG Server Browser Extension CRX File
Download KAG Server Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | KAG Server Browser |
ID | aipcclcgemecihikpdgfoonlfpjkekmp |
Official URL | https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp |
Description | The KAG server browser conveniently in your web browser! |
File Size | 186 KB |
Installation Count | 150 |
Current Version | 3.0 |
Last Updated | 2021-08-10 |
Publish Date | 2018-09-26 |
Rating | 5.00/5 Total 14 Ratings |
Developer | epsilon |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |