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 - это расширение Chrome, разработанное jacobkim9881, и его основная функция - "This let users let start a client game program at Ragnarok online website just with one click at contextMenus.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ragnarok Quick Starter

Скачайте файлы расширений 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
Электронная почта [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
}