Cecil Lecture Downloader

Easily download recorded lectures from Cecil

ما هو Cecil Lecture Downloader؟

Cecil Lecture Downloader هو إضافة Chrome تم تطويرها بواسطة dtuit، والميزة الرئيسية لها هي "Easily download recorded lectures from Cecil".

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

screenshot

تحميل ملف CRX للإضافة Cecil Lecture Downloader

قم بتنزيل ملفات الامتداد Cecil Lecture Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds a Download button to the Cecil lecture streaming page with options for the quality.

Perfect for all UOA students.                    

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

الاسم Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
الوصف Easily download recorded lectures from Cecil
حجم الملف 10.01 KB
عدد التثبيتات 206
النسخة الحالية 0.0.0.5
آخر تحديث 2015-05-15
تاريخ النشر 2015-05-15
تقييم 4.11/5 مجموع تقييمات 19
المطور dtuit
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily download recorded lectures from Cecil",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cecil Lecture Downloader",
    "permissions": [
        "contextMenus"
    ],
    "version": "0.0.0.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "skeleton.css",
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}