Moodle Mass Downloader

Mass Download a moodle courses files

What is Moodle Mass Downloader?

Moodle Mass Downloader is a Chrome extension developed by Tomer Keren, and its main feature is "Mass Download a moodle courses files".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Moodle Mass Downloader Extension CRX File

Download Moodle Mass Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extention to help you mass download sections of moodle courses... _just in case it crashes again_.                    

Extension Basic Information

Name Moodle Mass Downloader Moodle Mass Downloader
ID cibfhhncgchiihdnemimipceamplooeo
Official URL https://chromewebstore.google.com/detail/moodle-mass-downloader/cibfhhncgchiihdnemimipceamplooeo
Description Mass Download a moodle courses files
File Size 22.23 KB
Installation Count 403
Current Version 1.07
Last Updated 2018-05-16
Publish Date 2018-05-16
Rating 4.29/5 Total 7 Ratings
Developer Tomer Keren
Email [email protected]
Payment Type free
Extension Website https://github.com/Tadaboody/Moodle-Mass-Downloader
Help Page URL https://github.com/Tadaboody/Moodle-Mass-Downloader
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moodle Mass Downloader",
    "short_name": "Moodle Downloader",
    "description": "Mass Download a moodle courses files",
    "version": "1.07",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ac.il\/*course\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.ac.il\/*cs\/*",
        "downloads"
    ]
}