Ragnarok Quick Starter
This let users let start a client game program at Ragnarok online website just with one click at contextMenus.
什么是Ragnarok Quick Starter?
Ragnarok Quick Starter是由jacobkim9881开发的Chrome扩展程序,该扩展的主要功能是“This let users let start a client game program at Ragnarok online website just with one click at contextMenus.”。
扩展截图
下载Ragnarok Quick Starter扩展crx文件
下载Ragnarok Quick Starter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hfkgeocpkejdoncfapcaianmkpnmmmjf |
官方URL | https://chromewebstore.google.com/detail/ragnarok-quick-starter/hfkgeocpkejdoncfapcaianmkpnmmmjf |
简介 | This let users let start a client game program at Ragnarok online website just with one click at contextMenus. |
文件大小 | 20.05 KB |
安装次数 | 100 |
当前版本 | 0.1.0.2 |
更新时间 | 2021-08-10 |
上架时间 | 2021-07-16 |
开发者 | jacobkim9881 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html |
支持的语言 | 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 } |