최강의군단 크롬 플러그인(투니랜드)
Launching HeroWarz Launcher
What is 최강의군단 크롬 플러그인(투니랜드)?
최강의군단 크롬 플러그인(투니랜드) is a Chrome extension developed by https://herowarz.tooniland.com, and its main feature is "Launching HeroWarz Launcher".
Extension Screenshots
Download 최강의군단 크롬 플러그인(투니랜드) Extension CRX File
Download 최강의군단 크롬 플러그인(투니랜드) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
크롬 브라우저에서 최강의군단을 실행할 수 있습니다.(투니랜드)
Extension Basic Information
Name | 최강의군단 크롬 플러그인(투니랜드) |
ID | bgloeoegephjaaeagghabnecdjgiihnc |
Official URL | https://chromewebstore.google.com/detail/%EC%B5%9C%EA%B0%95%EC%9D%98%EA%B5%B0%EB%8B%A8-%ED%81%AC%EB%A1%AC-%ED%94%8C%EB%9F%AC%EA%B7%B8%EC%9D%B8%ED%88%AC%EB%8B%88%EB%9E%9C%EB%93%9C/bgloeoegephjaaeagghabnecdjgiihnc |
Description | Launching HeroWarz Launcher |
File Size | 52.37 KB |
Installation Count | 26 |
Current Version | 1.53 |
Last Updated | 2015-04-09 |
Publish Date | 2015-04-09 |
Developer | https://herowarz.tooniland.com |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ucd5c\uac15\uc758\uad70\ub2e8 \ud06c\ub86c \ud50c\ub7ec\uadf8\uc778(\ud22c\ub2c8\ub79c\ub4dc)", "short_name": "\ucd5c\uac15\uc758\uad70\ub2e8 \ud06c\ub86c \ud50c\ub7ec\uadf8\uc778(\ud22c\ub2c8\ub79c\ub4dc)", "version": "1.53", "manifest_version": 2, "description": "Launching HeroWarz Launcher", "background": { "persistent": false, "scripts": [ "exec.js" ] }, "page_action": { "default_title": "\ucd5c\uac15\uc758\uad70\ub2e8 \uc2e4\ud589(\ud22c\ub2c8\ub79c\ub4dc)" }, "icons": { "16": "hw_icon16.png", "48": "hw_icon48.png", "128": "hw_icon128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.tooniland.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |