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
官方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\/*"
    ]
}