NUSCast Downloader
this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!!
NUSCast Downloader란 무엇입니까?
NUSCast Downloader은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!!"입니다.
확장 프로그램 스크린샷
NUSCast Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
hello everyone!! panopto has this feature which allows profs to restrict students from downloading their webcasts. that explains why sometimes we cant seem to find the download button for certain modules. this extension magically brings these download buttons back and allows us to download ANYYY webcast out there. HOWWW: 1. navigate to webcast you wanna download on nuscast.ap.panopto.com. 2. click the download button on the top right corner of the page. 3. once the webcast opens in a new page just right click and "Save As" and the download should start. just install and download buttons will always be there for you yayers hope this helps hehe all the best for finals everyone!!! :-)
확장 프로그램 기본 정보
이름 | NUSCast Downloader |
ID | iidcbnlhignnabfgmekinjjgpbhaepfj |
공식 URL | https://chromewebstore.google.com/detail/nuscast-downloader/iidcbnlhignnabfgmekinjjgpbhaepfj |
설명 | this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!! |
파일 크기 | 4.09 KB |
설치 횟수 | 259 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2018-11-25 |
출시 날짜 | 2018-11-25 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
도움말 페이지 URL | https://github.com/jiachen247/NUSCastDownloader |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NUSCast Downloader", "short_name": "NUSCast Downloader", "author": "jiachen247", "version": "0.1.2", "manifest_version": 2, "description": "this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!!", "homepage_url": "https:\/\/github.com\/jiachen247\/NUSCastDownloader", "permissions": [ "https:\/\/nuscast.ap.panopto.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/nuscast.ap.panopto.com\/Panopto\/Pages\/Viewer.aspx*" ], "js": [ "src\/inject\/inject.js" ] } ] } |