Ilias Video Downloader

Allows to download any video from https://ilias.studium.kit.edu.

Ilias Video Downloaderคืออะไร?

Ilias Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AutoWork และคุณลักษณะหลักของมันคือ "Allows to download any video from https://ilias.studium.kit.edu."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ilias Video Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}