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 플레이어를 이용할 수 있도록 도와줍니다.”。

擴展截圖

screenshot
screenshot

下載EBSi PC Player Chrome Extension擴展crx文件

下載EBSi PC Player Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        EBSi PC 플레이어 크롬 확장 프로그램입니다.
크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.                    

擴展基本資訊

名稱 EBSi PC Player Chrome Extension EBSi PC Player Chrome Extension
ID bbecnnkcccinkpblhmamngbiengkfbbf
官方網址 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\/*"
    ]
}