Ilias Video Downloader
Allows to download any video from https://ilias.studium.kit.edu.
ما هو Ilias Video Downloader؟
Ilias Video Downloader هو إضافة Chrome تم تطويرها بواسطة AutoWork، والميزة الرئيسية لها هي "Allows to download any video from https://ilias.studium.kit.edu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ilias Video Downloader
قم بتنزيل ملفات الامتداد Ilias Video Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video. معلومات أساسية عن التمديد
| الاسم | |
| ID | leenefgjoiioafkijlmlhjjmokoijfmn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn |
| الوصف | Allows to download any video from https://ilias.studium.kit.edu. |
| حجم الملف | 14.14 KB |
| عدد التثبيتات | 652 |
| النسخة الحالية | 0.0.1 |
| آخر تحديث | 2020-11-18 |
| تاريخ النشر | 2020-11-18 |
| تقييم | 4.67/5 مجموع تقييمات 3 |
| المطور | AutoWork |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://home.autowork.dev/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ilias Video Downloader",
"version": "0.0.1",
"description": "Allows to download any video from https:\/\/ilias.studium.kit.edu.",
"icons": {
"128": "img\/icon_128.png",
"64": "img\/icon_64.png",
"48": "img\/icon_48.png",
"16": "img\/icon_32.png"
},
"permissions": [
"https:\/\/ilias.studium.kit.edu\/"
],
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/ilias.studium.kit.edu\/*"
],
"css": [
"onAny.css"
],
"js": [
"onAny.js"
]
}
],
"manifest_version": 2
} | |