Unimelb(Monash/ANU/UNSW) Recording Downloader

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

ما هو Unimelb(Monash/ANU/UNSW) Recording Downloader؟

Unimelb(Monash/ANU/UNSW) Recording Downloader هو إضافة Chrome تم تطويرها بواسطة Xiao Liang Yu، والميزة الرئيسية لها هي "This extension allows you to download all recordings available in current recording download page on different university websites".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Unimelb(Monash/ANU/UNSW) Recording Downloader

قم بتنزيل ملفات الامتداد Unimelb(Monash/ANU/UNSW) Recording Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Unimelb(Monash/ANU/UNSW) Recording Downloader Unimelb(Monash/ANU/UNSW) Recording Downloader
ID hmpndgfddcipnjoakdjkjekmkkepjglg
عنوان URL الرسمي https://chromewebstore.google.com/detail/unimelbmonashanuunsw-reco/hmpndgfddcipnjoakdjkjekmkkepjglg
الوصف This extension allows you to download all recordings available in current recording download page on different university websites
حجم الملف 967 KB
عدد التثبيتات 93
النسخة الحالية 1.2.0
آخر تحديث 2016-12-29
تاريخ النشر 2016-12-27
تقييم 5.00/5 مجموع تقييمات 7
المطور Xiao Liang Yu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/yxliang01/Echo360VideoDownloader
عنوان صفحة المساعدة https://github.com/yxliang01/Echo360VideoDownloader/issues
اللغات المدعومة 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
    }
}