ILIAS Uni Stuttgart Video Downloader
Download button for videos on Uni Stuttgart's ILIAS.
Cos'è ILIAS Uni Stuttgart Video Downloader?
ILIAS Uni Stuttgart Video Downloader è un'estensione di Chrome sviluppata da srflp, e la sua funzione principale è "Download button for videos on Uni Stuttgart's ILIAS.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ILIAS Uni Stuttgart Video Downloader
Scarica i file di estensione ILIAS Uni Stuttgart Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS. Informazioni di Base sull'Estensione
| Nome | |
| ID | cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| URL Ufficiale | https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf |
| Descrizione | Download button for videos on Uni Stuttgart's ILIAS. |
| Dimensione del File | 6.1 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-08-22 |
| Data di Pubblicazione | 2021-08-22 |
| Sviluppatore | srflp |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |