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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This let users let start a client game program at Ragnarok online website just with one click at contextMenus."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ragnarok Quick Starter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |