Moodle Auto Login

Automatically clicks login when you load the moodle for UMass Amherst.

Hvad er Moodle Auto Login?

Moodle Auto Login er en Chrome-udvidelse udviklet af ggordbegli, og dens hovedfunktion er "Automatically clicks login when you load the moodle for UMass Amherst.".

Udvidelsesskærmbilleder

screenshot

Download Moodle Auto Login-udvidelses-CRX-fil

Download Moodle Auto Login-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Are you a student at UMass Amherst? Do you use Moodle? If you answered yes to both of these questions and are tired of Moodle logging you out every two seconds this extension is for you. When you load Moodle it will click the login button for you so you never have to again.                    

Grundlæggende oplysninger om udvidelsen

Navn Moodle Auto Login Moodle Auto Login
ID nfpmdpogbdlfbniimbdkokpcmmleemia
Officiel URL https://chromewebstore.google.com/detail/moodle-auto-login/nfpmdpogbdlfbniimbdkokpcmmleemia
Beskrivelse Automatically clicks login when you load the moodle for UMass Amherst.
Filstørrelse 15.22 KB
Antal Installationer 44
Nuværende Version 1.0
Senest Opdateret 2022-02-04
Udgivelsesdato 2022-02-03
Bedømmelse 4.57/5 Samlet 7 Bedømmelser
Udvikler ggordbegli
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moodle Auto Login",
    "version": "1.0",
    "description": "Automatically clicks login when you load the moodle for UMass Amherst.",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/umass.moonami.com\/"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "permissions": [
                "https:\/\/umass.moonami.com\/"
            ],
            "all_frames": false
        }
    ]
}