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."입니다.

확장 프로그램 스크린샷

screenshot

Ilias Video Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video.                    

확장 프로그램 기본 정보

이름 Ilias Video Downloader Ilias Video Downloader
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
이메일 [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
}