EBSi PC Player Chrome Extension

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

Qu'est-ce que EBSi PC Player Chrome Extension ?

EBSi PC Player Chrome Extension est une extension Chrome développée par ebsi.manager, et sa fonction principale est "EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension EBSi PC Player Chrome Extension

Téléchargez les fichiers d'extension EBSi PC Player Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom EBSi PC Player Chrome Extension EBSi PC Player Chrome Extension
ID bbecnnkcccinkpblhmamngbiengkfbbf
URL Officiel https://chrome.google.com/webstore/detail/ebsi-pc-player-chrome-ext/bbecnnkcccinkpblhmamngbiengkfbbf
Description EBSi PC 플레이어 크롬 확장 프로그램입니다. 크롬에서 EBSi PC 플레이어를 이용할 수 있도록 도와줍니다.
Taille du Fichier 16.38 KB
Nombre d'Installations 60,000
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2015-08-28
Date de Publication 2015-08-28
Évaluation 2.27/5 Total 124 Évaluations
Développeur ebsi.manager
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}