ZyBooks Auto

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

ما هو ZyBooks Auto؟

ZyBooks Auto هو إضافة Chrome تم تطويرها بواسطة Prath، والميزة الرئيسية لها هي "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ZyBooks Auto

قم بتنزيل ملفات الامتداد ZyBooks Auto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
عنوان URL الرسمي https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
الوصف Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
حجم الملف 12.04 KB
عدد التثبيتات 2,495
النسخة الحالية 1.0
آخر تحديث 2023-03-14
تاريخ النشر 2023-03-14
تقييم 4.78/5 مجموع تقييمات 9
المطور Prath
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}