Chegg unblocker

Unblocks chegg multi-device limit

Apa itu Chegg unblocker?

Chegg unblocker adalah ekstensi Chrome yang dikembangkan oleh https://danielkasabov.com, dan fitur utamanya adalah "Unblocks chegg multi-device limit".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chegg unblocker

Unduh file ekstensi Chegg unblocker 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

                        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                    

Informasi Dasar Ekstensi

Nama Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
URL Resmi https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Deskripsi Unblocks chegg multi-device limit
Ukuran File 3.23 KB
Jumlah Instalasi 1,149
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-01
Tanggal Publikasi 2022-02-28
Penilaian 1.00/5 Total 2 Penilaian
Pengembang https://danielkasabov.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dkasabovn/chegg-unblocker
URL Halaman Bantuan https://github.com/dkasabovn/chegg-unblocker
Bahasa yang Didukung 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"
            ]
        }
    ]
}