EBSi PC Player Chrome Extension
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
What is EBSi PC Player Chrome Extension?
EBSi PC Player Chrome Extension is a Chrome extension developed by ebsi.manager, and its main feature is "EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.".
Extension Screenshots
Download EBSi PC Player Chrome Extension Extension CRX File
Download EBSi PC 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
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
Extension Basic Information
Name | |
ID | bbecnnkcccinkpblhmamngbiengkfbbf |
Official URL | https://chrome.google.com/webstore/detail/ebsi-pc-player-chrome-ext/bbecnnkcccinkpblhmamngbiengkfbbf |
Description | EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다. |
File Size | 16.38 KB |
Installation Count | 60,000 |
Current Version | 0.0.0.7 |
Last Updated | 2015-08-28 |
Publish Date | 2015-08-28 |
Rating | 2.27/5 Total 124 Ratings |
Developer | ebsi.manager |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EBSi PC Player Chrome Extension", "version": "0.0.0.7", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "web_content_script.js" ], "matches": [ "*:\/\/ebsi.co.kr\/*", "*:\/\/*.ebsi.co.kr\/*", "*:\/\/www.ebsi.co.kr\/*", "*:\/\/lms.ebsi.co.kr\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/ebsi.co.kr\/*", "*:\/\/*.ebsi.co.kr\/*", "*:\/\/lms.ebsi.co.kr\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ] }, "permissions": [ "nativeMessaging", "tabs", "*:\/\/ebsi.co.kr\/*", "*:\/\/*.ebsi.co.kr\/*", "*:\/\/www.ebsi.co.kr\/*", "*:\/\/lms.ebsi.co.kr\/*", "*:\/\/www.coden.co.kr\/*", "*:\/\/coden.co.kr\/*", "*:\/\/www.imystudy.co.kr\/*", "*:\/\/imystudy.co.kr\/*" ] } |