Unimelb(Monash/ANU/UNSW) Recording Downloader

This extension allows you to download all recordings available in current recording download page on different university websites

Was ist Unimelb(Monash/ANU/UNSW) Recording Downloader?

Unimelb(Monash/ANU/UNSW) Recording Downloader ist eine Chrome-Erweiterung, die von Xiao Liang Yu entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to download all recordings available in current recording download page on different university websites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Unimelb(Monash/ANU/UNSW) Recording Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unimelb(Monash/ANU/UNSW) Recording Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Google Chrome extension allows you to download all the Unimelb(Monash/ANU/UNSW) lecture recordings that are available in current recording download page on the LMS.
At the end of the semester, you can backup all the recording easily using this!

How to use (Unimelb)
-----

1. Goto [LMS](https://lms.unimelb.edu.au/login/)
2. Goto the lecture capture page
3. Click on the Unimelb Lecture Recording Downloader icon on the bar at the top of the browser
4. Click the download button
5. Done!                    

Grundlegende Informationen zur Erweiterung

Name Unimelb(Monash/ANU/UNSW) Recording Downloader Unimelb(Monash/ANU/UNSW) Recording Downloader
ID hmpndgfddcipnjoakdjkjekmkkepjglg
Offizielle URL https://chromewebstore.google.com/detail/unimelbmonashanuunsw-reco/hmpndgfddcipnjoakdjkjekmkkepjglg
Beschreibung This extension allows you to download all recordings available in current recording download page on different university websites
Dateigröße 967 KB
Installationsanzahl 93
Aktuelle Version 1.2.0
Letztes Update 2016-12-29
Veröffentlichungsdatum 2016-12-27
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Xiao Liang Yu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/yxliang01/Echo360VideoDownloader
Hilfeseite URL https://github.com/yxliang01/Echo360VideoDownloader/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "Unimelb(Monash\/ANU\/UNSW) Recording Downloader",
    "description": "This extension allows you to download all recordings available in current recording download page on different university websites",
    "icons": {
        "128": "icon128_unimelb.png"
    },
    "browser_action": {
        "default_title": "Download all the recordings available in current page!",
        "default_icon": {
            "128": "icon128_unimelb.png"
        },
        "default_popup": "browser_popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "*:\/\/*\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    }
}