EBSi PC Player Chrome Extension
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
Cos'è EBSi PC Player Chrome Extension?
EBSi PC Player Chrome Extension è un'estensione di Chrome sviluppata da ebsi.manager, e la sua funzione principale è "EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EBSi PC Player Chrome Extension
Scarica i file di estensione EBSi PC Player Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
Informazioni di Base sull'Estensione
Nome | |
ID | bbecnnkcccinkpblhmamngbiengkfbbf |
URL Ufficiale | https://chrome.google.com/webstore/detail/ebsi-pc-player-chrome-ext/bbecnnkcccinkpblhmamngbiengkfbbf |
Descrizione | EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다. |
Dimensione del File | 16.38 KB |
Conteggio Installazioni | 60,000 |
Versione Corrente | 0.0.0.7 |
Ultimo Aggiornamento | 2015-08-28 |
Data di Pubblicazione | 2015-08-28 |
Valutazione | 2.27/5 Totale 124 Valutazioni |
Sviluppatore | ebsi.manager |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |