Chegg unblocker

Unblocks chegg multi-device limit

Was ist Chegg unblocker?

Chegg unblocker ist eine Chrome-Erweiterung, die von https://danielkasabov.com entwickelt wurde, und ihr Hauptmerkmal ist "Unblocks chegg multi-device limit".

Erweiterungsscreenshots

screenshot

Chegg unblocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chegg unblocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
Offizielle URL https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Beschreibung Unblocks chegg multi-device limit
Dateigröße 3.23 KB
Installationsanzahl 1,149
Aktuelle Version 1.0
Letztes Update 2022-03-01
Veröffentlichungsdatum 2022-02-28
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler https://danielkasabov.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dkasabovn/chegg-unblocker
Hilfeseite URL https://github.com/dkasabovn/chegg-unblocker
Unterstützte Sprachen 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"
            ]
        }
    ]
}