ILIAS Uni Stuttgart Video Downloader
Download button for videos on Uni Stuttgart's ILIAS.
Wat is ILIAS Uni Stuttgart Video Downloader?
ILIAS Uni Stuttgart Video Downloader is een Chrome-extensie ontwikkeld door srflp, en de belangrijkste functie is "Download button for videos on Uni Stuttgart's ILIAS.".
Extensie Screenshots
Download het CRX-bestand van de extensie ILIAS Uni Stuttgart Video Downloader
Download ILIAS Uni Stuttgart 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 addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS. Basisinformatie over de Extensie
| Naam | |
| ID | cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| Officiële URL | https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| Beschrijving | Download button for videos on Uni Stuttgart's ILIAS. |
| Bestandsgrootte | 6.1 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-08-22 |
| Publicatiedatum | 2021-08-22 |
| Ontwikkelaar | srflp |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |