ILIAS Uni Stuttgart Video Downloader
Download button for videos on Uni Stuttgart's ILIAS.
Hvad er ILIAS Uni Stuttgart Video Downloader?
ILIAS Uni Stuttgart Video Downloader er en Chrome-udvidelse udviklet af srflp, og dens hovedfunktion er "Download button for videos on Uni Stuttgart's ILIAS.".
Udvidelsesskærmbilleder
Download ILIAS Uni Stuttgart Video Downloader-udvidelses-CRX-fil
Download ILIAS Uni Stuttgart Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| Officiel URL | https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| Beskrivelse | Download button for videos on Uni Stuttgart's ILIAS. |
| Filstørrelse | 6.1 KB |
| Antal Installationer | 18 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2021-08-22 |
| Udgivelsesdato | 2021-08-22 |
| Udvikler | srflp |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |