ZyBooks Auto

Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.

Hvad er ZyBooks Auto?

ZyBooks Auto er en Chrome-udvidelse udviklet af Prath, og dens hovedfunktion er "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ZyBooks Auto-udvidelses-CRX-fil

Download ZyBooks Auto-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

                        Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.                    

Grundlæggende oplysninger om udvidelsen

Navn ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
Officiel URL https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Beskrivelse Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Filstørrelse 12.04 KB
Antal Installationer 2,495
Nuværende Version 1.0
Senest Opdateret 2023-03-14
Udgivelsesdato 2023-03-14
Bedømmelse 4.78/5 Samlet 9 Bedømmelser
Udvikler Prath
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZyBooks Auto",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.zybooks.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}