EBSi PC Player Chrome Extension
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
EBSi PC Player Chrome Extension란 무엇입니까?
EBSi PC Player Chrome Extension은(는) ebsi.manager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다."입니다.
확장 프로그램 스크린샷
EBSi PC Player Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
확장 프로그램 기본 정보
이름 | |
ID | bbecnnkcccinkpblhmamngbiengkfbbf |
공식 URL | https://chrome.google.com/webstore/detail/ebsi-pc-player-chrome-ext/bbecnnkcccinkpblhmamngbiengkfbbf |
설명 | EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다. |
파일 크기 | 16.38 KB |
설치 횟수 | 60,000 |
현재 버전 | 0.0.0.7 |
최근 업데이트 | 2015-08-28 |
출시 날짜 | 2015-08-28 |
평점 | 2.27/5 총 124 개의 평점 |
개발자 | ebsi.manager |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |