ZyBooks Auto

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

Wat is ZyBooks Auto?

ZyBooks Auto is een Chrome-extensie ontwikkeld door Prath, en de belangrijkste functie is "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ZyBooks Auto

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

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

Basisinformatie over de Extensie

Naam ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
Officiële URL https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Beschrijving Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Bestandsgrootte 12.04 KB
Aantal Installaties 2,495
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-14
Publicatiedatum 2023-03-14
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar Prath
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}