geckoDM

A Download Manager for the Echo360 Lecture System

Was ist geckoDM?

geckoDM ist eine Chrome-Erweiterung, die von The geckoDM Team entwickelt wurde, und ihr Hauptmerkmal ist "A Download Manager for the Echo360 Lecture System".

Erweiterungsscreenshots

screenshot

geckoDM-Erweiterungs-CRX-Datei herunterladen

Laden Sie geckoDM-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

                        Version 0.3.16 Update Notes:
* added echo360.net.au

The GeckoDM Project looks at making a Chrome Extension that allows students to download all their lectures through Echo360 with the click of a single button.

To report issues visit: https://github.com/GeckoDM/GeckoDownloadManager/issues

As video files as hosted on Amazon S3, we recommend you to download a maximum of 3-4 videos to prevent time out issues                    

Grundlegende Informationen zur Erweiterung

Name geckoDM geckoDM
ID pgkfjobhhfckamidemkddfnnkknomobe
Offizielle URL https://chromewebstore.google.com/detail/geckodm/pgkfjobhhfckamidemkddfnnkknomobe
Beschreibung A Download Manager for the Echo360 Lecture System
Dateigröße 199 KB
Installationsanzahl 5,063
Aktuelle Version 0.3.16
Letztes Update 2021-07-03
Veröffentlichungsdatum 2020-01-21
Bewertung 4.18/5 Insgesamt 44 Bewertungen
Entwickler The geckoDM Team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://geckodm.github.io
Hilfeseite URL https://github.com/GeckoDM/GeckoDownloadManager/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "geckoDM",
    "description": "A Download Manager for the Echo360 Lecture System",
    "version": "0.3.16",
    "homepage_url": "http:\/\/geckodm.github.io\/",
    "icons": {
        "16": "drawables\/launcher\/icon-16.png",
        "64": "drawables\/launcher\/icon-64.png",
        "128": "drawables\/launcher\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "incognito": "spanning",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' ; 'unsafe-inline'; fonts.googleapis.com\/; ",
    "permissions": [
        "webRequest",
        "*:\/\/echo360.org.uk\/section\/",
        "*:\/\/echo360.org.au\/section\/",
        "*:\/\/echo360.org.ca\/section\/",
        "*:\/\/echo360.org\/section\/",
        "downloads",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    }
}