Gabia Media Player Chrome Extension
가비아 플레이어 크롬 확장 프로그램입니다. 크롬에서 가비아 플레이어를 이용할 수 있도록 도와줍니다.
What is Gabia Media Player Chrome Extension?
Gabia Media Player Chrome Extension is a Chrome extension developed by CodeN Ltd., and its main feature is "가비아 플레이어 크롬 확장 프로그램입니다. 크롬에서 가비아 플레이어를 이용할 수 있도록 도와줍니다.".
Download Gabia Media Player Chrome Extension Extension CRX File
Download Gabia Media Player Chrome Extension 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 | bjlfillhjkjpojjinnbdmoahhnigmooe |
Official URL | https://chrome.google.com/webstore/detail/gabia-media-player-chrome/bjlfillhjkjpojjinnbdmoahhnigmooe |
Description | 가비아 플레이어 크롬 확장 프로그램입니다. 크롬에서 가비아 플레이어를 이용할 수 있도록 도와줍니다. |
File Size | 8.85 KB |
Installation Count | 108 |
Current Version | 0.0.0.2 |
Last Updated | 2015-10-21 |
Publish Date | 2015-10-21 |
Rating | 1.50/5 Total 2 Ratings |
Developer | CodeN Ltd. |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gabia Media Player Chrome Extension", "version": "0.0.0.2", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "web_content_script.js" ], "matches": [ "*:\/\/play.smartucc.kr\/*", "*:\/\/gabia.com\/*", "*:\/\/www.gabia.com\/*", "*:\/\/*.gabia.com\/*", "*:\/\/lms.gabia.com\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/play.smartucc.kr\/*", "*:\/\/gabia.com\/*", "*:\/\/www.gabia.com\/*", "*:\/\/*.gabia.com\/*", "*:\/\/lms.gabia.com\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ] }, "permissions": [ "nativeMessaging", "tabs", "*:\/\/play.smartucc.kr\/*", "*:\/\/gabia.com\/*", "*:\/\/www.gabia.com\/*", "*:\/\/*.gabia.com\/*", "*:\/\/lms.gabia.com\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ] } |