KHU LearningX Lecture Downloader

KHU LearningX Lecture Downloader

경희대학교 LearningX(eCampus) 강의 다운로드 크롬 확장프로그램. 강의영상 다운로드 exe와 같이 사용해야 합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KHU LearningX Lecture Downloader",
  "version": "0.1",
  "author": "mechaminu",
  "description": "경희대학교 LearningX(eCampus) 강의 다운로드 크롬 확장프로그램. 강의영상 다운로드 exe와 같이 사용해야 합니다.",
  "action": {
    "name": "러닝엑스 다운로더",
    "default_icon": "icon-128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}