Ragnarok Quick Starter

This let users let start a client game program at Ragnarok online website just with one click at contextMenus.

Cos'è Ragnarok Quick Starter?

Ragnarok Quick Starter è un'estensione di Chrome sviluppata da jacobkim9881, e la sua funzione principale è "This let users let start a client game program at Ragnarok online website just with one click at contextMenus.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ragnarok Quick Starter

Scarica i file di estensione Ragnarok Quick Starter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ragnarok Quick Starter Ragnarok Quick Starter
ID hfkgeocpkejdoncfapcaianmkpnmmmjf
URL Ufficiale https://chromewebstore.google.com/detail/ragnarok-quick-starter/hfkgeocpkejdoncfapcaianmkpnmmmjf
Descrizione This let users let start a client game program at Ragnarok online website just with one click at contextMenus.
Dimensione del File 20.05 KB
Conteggio Installazioni 100
Versione Corrente 0.1.0.2
Ultimo Aggiornamento 2021-08-10
Data di Pubblicazione 2021-07-16
Sviluppatore jacobkim9881
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html
Lingue Supportate 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
}