ILIAS Uni Stuttgart Video Downloader

Download button for videos on Uni Stuttgart's ILIAS.

ما هو ILIAS Uni Stuttgart Video Downloader؟

ILIAS Uni Stuttgart Video Downloader هو إضافة Chrome تم تطويرها بواسطة srflp، والميزة الرئيسية لها هي "Download button for videos on Uni Stuttgart's ILIAS.".

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

screenshot

تحميل ملف CRX للإضافة ILIAS Uni Stuttgart Video Downloader

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

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

                        This addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS.                    

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

الاسم ILIAS Uni Stuttgart Video Downloader ILIAS Uni Stuttgart Video Downloader
ID cpbklhogoaeoldgpgmfbnaiaeinmghnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf
الوصف Download button for videos on Uni Stuttgart's ILIAS.
حجم الملف 6.1 KB
عدد التثبيتات 18
النسخة الحالية 0.1.0
آخر تحديث 2021-08-22
تاريخ النشر 2021-08-22
المطور srflp
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ILIAS Uni Stuttgart Video Downloader",
    "description": "Download button for videos on Uni Stuttgart's ILIAS.",
    "version": "0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ilias3.uni-stuttgart.de\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}