Eclass Downloader

Download Multiple Files From eclass.uth

Was ist Eclass Downloader?

Eclass Downloader ist eine Chrome-Erweiterung, die von georzaza entwickelt wurde, und ihr Hauptmerkmal ist "Download Multiple Files From eclass.uth".

Erweiterungsscreenshots

screenshot

Eclass Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eclass Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Μέχρι να καταστεί δυνατή η λειτουργία του "Λήψη όλου του Καταλόγου" στο eclass.uth, δημιούργησα αυτό το extension το οποίο μπορείτε να δοκιμάσετε.                    

Grundlegende Informationen zur Erweiterung

Name Eclass Downloader Eclass Downloader
ID lkmjedjbimbmidehpdeeiijkkkholalc
Offizielle URL https://chromewebstore.google.com/detail/eclass-downloader/lkmjedjbimbmidehpdeeiijkkkholalc
Beschreibung Download Multiple Files From eclass.uth
Dateigröße 70.6 KB
Installationsanzahl 34
Aktuelle Version 1.0
Letztes Update 2020-06-24
Veröffentlichungsdatum 2020-06-23
Entwickler georzaza
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen el
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Fabian Gremper. Edited By Giorgos Zazanis.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Eclass Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Download Multiple Files From eclass.uth",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Eclass Downloader",
    "permissions": [
        "https:\/\/eclass.uth.gr\/*",
        "activeTab",
        "downloads"
    ],
    "version": "1.0"
}