ZyBooks Auto

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

Apa itu ZyBooks Auto?

ZyBooks Auto adalah ekstensi Chrome yang dikembangkan oleh Prath, dan fitur utamanya adalah "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ZyBooks Auto

Unduh file ekstensi ZyBooks Auto dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
URL Resmi https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Deskripsi Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Ukuran File 12.04 KB
Jumlah Instalasi 2,495
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-14
Tanggal Publikasi 2023-03-14
Penilaian 4.78/5 Total 9 Penilaian
Pengembang Prath
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}