PNU VIDEO DOWNLOADER
PNU 비디오 다운로더
What is PNU VIDEO DOWNLOADER?
PNU VIDEO DOWNLOADER is a Chrome extension developed by whquddn55, and its main feature is "PNU 비디오 다운로더".
Extension Screenshots
Download PNU VIDEO DOWNLOADER Extension CRX File
Download PNU VIDEO DOWNLOADER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pusan National University 재학생이 만든 stream 영상을 탐지하고 다운로드 기능을 지원하는 프로그램 입니다. m3u8확장자로 stream하는 동영상을 탐지하고 다운로드 기능을 지원합니다. *** 주의사항 해당 프로그램으로 컨텐츠를 복사/배포/방송/공유 하여 발생하는 저작권 문제는 사용자 귀책임을 알려드립니다. *** 기능 ■ 스트림 영상을 탐지하고 다운로드 기능을 지원합니다. ■ 다운로드 버튼을 누르면 다운로드를 시작하고, 다운로드 목록에 올립니다. ■ 모든 다운로드는 백그라운드에서 진행되기 때문에 중간에 탭을 닫거나, 탭을 옮겨도 계속 진행됩니다. ■ 다운로드 중인 동영상 목록은 우측 상단 확장프로그램 아이콘을 클릭하여 볼 수 있습니다. #plato #PLATO #플라토 #부산대학교 #강의다운
Extension Basic Information
Name | PNU VIDEO DOWNLOADER |
ID | hkkgiaikmcbodmomfcadhdgconbijlbh |
Official URL | https://chromewebstore.google.com/detail/pnu-video-downloader/hkkgiaikmcbodmomfcadhdgconbijlbh |
Description | PNU 비디오 다운로더 |
File Size | 104 KB |
Installation Count | 2,164 |
Current Version | 2.0.4 |
Last Updated | 2022-11-17 |
Publish Date | 2021-09-14 |
Rating | 5.00/5 Total 13 Ratings |
Developer | whquddn55 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PNU VIDEO DOWNLOADER", "description": "PNU \ube44\ub514\uc624 \ub2e4\uc6b4\ub85c\ub354", "version": "2.0.4", "icons": { "16": "assets\/default.png", "48": "assets\/default.png", "128": "assets\/default.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/crypto.js", "lib\/jquery.js", "lib\/ajax.js", "lib\/downloadNormalFile.js", "lib\/getFileList.js", "background.js" ] }, "web_accessible_resources": [ "assets\/noti.html" ], "permissions": [ "storage", "webRequest", "contextMenus", "*:\/\/*.com\/*", "*:\/\/*.co.kr\/*", "*:\/\/*.ac.kr\/*" ] } |