Ilias Video Downloader

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

Vad är Ilias Video Downloader?

Ilias Video Downloader är en Chrome-tillägg utvecklad av AutoWork, och dess huvudfunktion är "Allows to download any video from https://ilias.studium.kit.edu.".

Tilläggsskärmbilder

screenshot

Ladda ner Ilias Video Downloader-förlängningens CRX-fil

Ladda ner Ilias Video Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Ilias Video Downloader Ilias Video Downloader
ID leenefgjoiioafkijlmlhjjmokoijfmn
Officiell webbadress https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn
Beskrivning Allows to download any video from https://ilias.studium.kit.edu.
Filstorlek 14.14 KB
Antal Installationer 652
Aktuell Version 0.0.1
Senast Uppdaterad 2020-11-18
Publiceringsdatum 2020-11-18
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare AutoWork
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://home.autowork.dev/privacy-policy
Stödda Språk 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
}