Chegg unblocker

Unblocks chegg multi-device limit

Wat is Chegg unblocker?

Chegg unblocker is een Chrome-extensie ontwikkeld door https://danielkasabov.com, en de belangrijkste functie is "Unblocks chegg multi-device limit".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chegg unblocker

Download Chegg unblocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
Officiële URL https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Beschrijving Unblocks chegg multi-device limit
Bestandsgrootte 3.23 KB
Aantal Installaties 1,149
Huidige Versie 1.0
Laatst Bijgewerkt 2022-03-01
Publicatiedatum 2022-02-28
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://danielkasabov.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dkasabovn/chegg-unblocker
Help Pagina-URL https://github.com/dkasabovn/chegg-unblocker
Ondersteunde Talen 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"
            ]
        }
    ]
}