ILIAS Uni Stuttgart Video Downloader
Download button for videos on Uni Stuttgart's ILIAS.
ILIAS Uni Stuttgart Video Downloaderとは何ですか?
ILIAS Uni Stuttgart Video Downloaderはsrflpによって開発されたChromeの拡張機能で、その主な機能は「Download button for videos on Uni Stuttgart's ILIAS.」です。
拡張機能のスクリーンショット
ILIAS Uni Stuttgart Video Downloader拡張機能のCRXファイルをダウンロード
ILIAS Uni Stuttgart Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS.
拡張機能の基本情報
名前 | ILIAS Uni Stuttgart Video Downloader |
ID | cpbklhogoaeoldgpgmfbnaiaeinmghnf |
公式URL | https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf |
説明 | Download button for videos on Uni Stuttgart's ILIAS. |
ファイルサイズ | 6.1 KB |
インストール数 | 18 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-08-22 |
公開日 | 2021-08-22 |
開発者 | srflp |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |