NUSCast Downloader

this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!!

Τι είναι το NUSCast Downloader;

Το NUSCast Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "this is a chrome extension magically makes all webcast on nuscast.ap.panopto.com downloadable wuhu!!!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NUSCast Downloader

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}