KAG Server Browser
The KAG server browser conveniently in your web browser!
Qu'est-ce que KAG Server Browser ?
KAG Server Browser est une extension Chrome développée par epsilon, et sa fonction principale est "The KAG server browser conveniently in your web browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KAG Server Browser
Téléchargez les fichiers d'extension KAG Server Browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | KAG Server Browser |
ID | aipcclcgemecihikpdgfoonlfpjkekmp |
URL Officiel | https://chromewebstore.google.com/detail/kag-server-browser/aipcclcgemecihikpdgfoonlfpjkekmp |
Description | The KAG server browser conveniently in your web browser! |
Taille du Fichier | 186 KB |
Nombre d'Installations | 150 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2021-08-10 |
Date de Publication | 2018-09-26 |
Évaluation | 5.00/5 Total 14 Évaluations |
Développeur | epsilon |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |