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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Ragnarok Quick Starter Ragnarok Quick Starter
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
Eメール [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
}