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 là gì?

Ragnarok Quick Starter là một tiện ích mở rộng Chrome được phát triển bởi jacobkim9881, và tính năng chính của nó là "This let users let start a client game program at Ragnarok online website just with one click at contextMenus.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ragnarok Quick Starter

Tải xuống các tệp mở rộng Ragnarok Quick Starter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ragnarok Quick Starter Ragnarok Quick Starter
ID hfkgeocpkejdoncfapcaianmkpnmmmjf
URL Chính Thức https://chromewebstore.google.com/detail/ragnarok-quick-starter/hfkgeocpkejdoncfapcaianmkpnmmmjf
Mô tả This let users let start a client game program at Ragnarok online website just with one click at contextMenus.
Kích Thước Tệp 20.05 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.1.0.2
Cập Nhật Lần Cuối 2021-08-10
Ngày Phát Hành 2021-07-16
Nhà Phát Triển jacobkim9881
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}