ZyBooks Auto

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

Cos'è ZyBooks Auto?

ZyBooks Auto è un'estensione di Chrome sviluppata da Prath, e la sua funzione principale è "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ZyBooks Auto

Scarica i file di estensione ZyBooks Auto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
URL Ufficiale https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Descrizione Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Dimensione del File 12.04 KB
Conteggio Installazioni 2,495
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-14
Data di Pubblicazione 2023-03-14
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore Prath
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}