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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |