Chegg unblocker

Unblocks chegg multi-device limit

ما هو Chegg unblocker؟

Chegg unblocker هو إضافة Chrome تم تطويرها بواسطة https://danielkasabov.com، والميزة الرئيسية لها هي "Unblocks chegg multi-device limit".

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

screenshot

تحميل ملف CRX للإضافة Chegg unblocker

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

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

                        If you are like me and have more than 2 devices that you regularily use chegg on, you might have gotten the annoying message that you must either swap devices or not use chegg.

For something that costs ~$20/month this is ridiculuous and annoying. This script, will remove the blocker for you automatically when accessing chegg on a device that isn't registered.

https://github.com/dkasabovn/chegg-unblocker                    

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

الاسم Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
الوصف Unblocks chegg multi-device limit
حجم الملف 3.23 KB
عدد التثبيتات 1,149
النسخة الحالية 1.0
آخر تحديث 2022-03-01
تاريخ النشر 2022-02-28
تقييم 1.00/5 مجموع تقييمات 2
المطور https://danielkasabov.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dkasabovn/chegg-unblocker
عنوان صفحة المساعدة https://github.com/dkasabovn/chegg-unblocker
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chegg unblocker",
    "description": "Unblocks chegg multi-device limit",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/homework-help\/*"
            ],
            "js": [
                "cm-block-remover.js"
            ]
        }
    ]
}