Ragnarok Quick Starter
This let users let start a client game program at Ragnarok online website just with one click at contextMenus.
Qu'est-ce que Ragnarok Quick Starter ?
Ragnarok Quick Starter est une extension Chrome développée par jacobkim9881, et sa fonction principale est "This let users let start a client game program at Ragnarok online website just with one click at contextMenus.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ragnarok Quick Starter
Téléchargez les fichiers d'extension Ragnarok Quick Starter 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
This extension makes users can execute Ragnarok client more easily. Ragnarok online has been a steady online game since early 2000's. This MMORPG had many users and after this online game has been made over 10 years ago, still many people enjoy this online game. Since less users enjoyed this game, game company let users run various accounts to make the town in the game crowded. For users who run multiple accounts, starting a client game program isn't kinda bothersome. Now this extension makes users let start the client program easily.
Informations de Base sur l'Extension
Nom | |
ID | hfkgeocpkejdoncfapcaianmkpnmmmjf |
URL Officiel | https://chromewebstore.google.com/detail/ragnarok-quick-starter/hfkgeocpkejdoncfapcaianmkpnmmmjf |
Description | This let users let start a client game program at Ragnarok online website just with one click at contextMenus. |
Taille du Fichier | 20.05 KB |
Nombre d'Installations | 100 |
Version Actuelle | 0.1.0.2 |
Dernière Mise à Jour | 2021-08-10 |
Date de Publication | 2021-07-16 |
Développeur | jacobkim9881 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html |
Langues Prises en Charge | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0.2", "permissions": [ "activeTab", "contextMenus", "https:\/\/ro.gnjoy.com\/index.asp" ], "content_scripts": [ { "matches": [ "https:\/\/ro.gnjoy.com\/*" ], "js": [ "contents.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon64.png", "128": "images\/icon.png" }, "description": "__MSG_appDesc__", "commands": { "start_client": { "name": "hello", "suggested_key": "Ctrl+Shift+5", "description": "Start the client program. https:\/\/youtu.be\/rirXMNu7Ovs" } }, "default_locale": "en", "manifest_version": 2 } |