Eclass Downloader

Download Multiple Files From eclass.uth

Wat is Eclass Downloader?

Eclass Downloader is een Chrome-extensie ontwikkeld door georzaza, en de belangrijkste functie is "Download Multiple Files From eclass.uth".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Eclass Downloader

Download Eclass Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Eclass Downloader Eclass Downloader
ID lkmjedjbimbmidehpdeeiijkkkholalc
Officiële URL https://chromewebstore.google.com/detail/eclass-downloader/lkmjedjbimbmidehpdeeiijkkkholalc
Beschrijving Download Multiple Files From eclass.uth
Bestandsgrootte 70.6 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-24
Publicatiedatum 2020-06-23
Ontwikkelaar georzaza
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}