Ilias Video Downloader
Allows to download any video from https://ilias.studium.kit.edu.
Ilias Video Downloaderとは何ですか?
Ilias Video DownloaderはAutoWorkによって開発されたChromeの拡張機能で、その主な機能は「Allows to download any video from https://ilias.studium.kit.edu.」です。
拡張機能のスクリーンショット
Ilias Video Downloader拡張機能のCRXファイルをダウンロード
Ilias Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video. 拡張機能の基本情報
| 名前 | |
| ID | leenefgjoiioafkijlmlhjjmokoijfmn |
| 公式URL | https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn |
| 説明 | Allows to download any video from https://ilias.studium.kit.edu. |
| ファイルサイズ | 14.14 KB |
| インストール数 | 652 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2020-11-18 |
| 公開日 | 2020-11-18 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | AutoWork |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://home.autowork.dev/privacy-policy |
| 対応言語 | 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
} | |