ILIAS Uni Stuttgart Video Downloader

Download button for videos on Uni Stuttgart's ILIAS.

ILIAS Uni Stuttgart Video Downloaderคืออะไร?

ILIAS Uni Stuttgart Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย srflp และคุณลักษณะหลักของมันคือ "Download button for videos on Uni Stuttgart's ILIAS."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    }
}