chegg skip

Makes skipping a question easy in chegg

ما هو chegg skip؟

chegg skip هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Makes skipping a question easy in chegg".

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

screenshot

تحميل ملف CRX للإضافة chegg skip

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

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

                        **If the add-on isn't loaded please reload the page then the add-on will work perfectly good!**

This add-on will add a extra button named "skip+" in chegg question answering page. with a single click you can skip the question directly you don't need to select any other options.

And this add-on will automatically click answer button if timer reach to 1 minute , It will be helpful if you forgot to click answer :)

Note: This add-on will select  "i don't have subject knowledge" by default, if you want to select another option use regular skip button                    

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

الاسم chegg skip chegg skip
ID nfnfalcgbgnmmenmioajjnmapembaddp
عنوان URL الرسمي https://chromewebstore.google.com/detail/chegg-skip/nfnfalcgbgnmmenmioajjnmapembaddp
الوصف Makes skipping a question easy in chegg
حجم الملف 6.52 KB
عدد التثبيتات 507
النسخة الحالية 22.4.14
آخر تحديث 2022-04-13
تاريخ النشر 2021-12-04
تقييم 3.00/5 مجموع تقييمات 4
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chegg skip",
    "version": "22.4.14",
    "description": "Makes skipping a question easy in chegg",
    "icons": {
        "48": "icons\/Group 1(1).png",
        "96": "icons\/Group 1(2).png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/expert.chegg.com\/expertqna"
            ],
            "js": [
                "chegg_skip.js"
            ]
        }
    ]
}