Ilias Video Downloader
Allows to download any video from https://ilias.studium.kit.edu.
Was ist Ilias Video Downloader?
Ilias Video Downloader ist eine Chrome-Erweiterung, die von AutoWork entwickelt wurde, und ihr Hauptmerkmal ist "Allows to download any video from https://ilias.studium.kit.edu.".
Erweiterungsscreenshots
Ilias Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ilias Video 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 extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leenefgjoiioafkijlmlhjjmokoijfmn |
| Offizielle URL | https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn |
| Beschreibung | Allows to download any video from https://ilias.studium.kit.edu. |
| Dateigröße | 14.14 KB |
| Installationsanzahl | 652 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2020-11-18 |
| Veröffentlichungsdatum | 2020-11-18 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | AutoWork |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://home.autowork.dev/privacy-policy |
| Unterstützte Sprachen | 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
} | |