Ilias Video Downloader
Allows to download any video from https://ilias.studium.kit.edu.
Wat is Ilias Video Downloader?
Ilias Video Downloader is een Chrome-extensie ontwikkeld door AutoWork, en de belangrijkste functie is "Allows to download any video from https://ilias.studium.kit.edu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ilias Video Downloader
Download Ilias Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video.
Basisinformatie over de Extensie
Naam | Ilias Video Downloader |
ID | leenefgjoiioafkijlmlhjjmokoijfmn |
Officiële URL | https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn |
Beschrijving | Allows to download any video from https://ilias.studium.kit.edu. |
Bestandsgrootte | 14.14 KB |
Aantal Installaties | 652 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-11-18 |
Publicatiedatum | 2020-11-18 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | AutoWork |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://home.autowork.dev/privacy-policy |
Ondersteunde Talen | 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 } |