Chegg unblocker

Unblocks chegg multi-device limit

Cos'è Chegg unblocker?

Chegg unblocker è un'estensione di Chrome sviluppata da https://danielkasabov.com, e la sua funzione principale è "Unblocks chegg multi-device limit".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chegg unblocker

Scarica i file di estensione Chegg unblocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
URL Ufficiale https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Descrizione Unblocks chegg multi-device limit
Dimensione del File 3.23 KB
Conteggio Installazioni 1,149
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-01
Data di Pubblicazione 2022-02-28
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://danielkasabov.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dkasabovn/chegg-unblocker
URL della Pagina di Aiuto https://github.com/dkasabovn/chegg-unblocker
Lingue Supportate 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"
            ]
        }
    ]
}