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
公式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"
            ]
        }
    ]
}