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!!!”。

擴展截圖

screenshot
screenshot

下載NUSCast Downloader擴展crx文件

下載NUSCast Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 NUSCast Downloader
ID iidcbnlhignnabfgmekinjjgpbhaepfj
官方網址 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"
            ]
        }
    ]
}