Chegg unblocker

Unblocks chegg multi-device limit

What is Chegg unblocker?

Chegg unblocker is a Chrome extension developed by https://danielkasabov.com, and its main feature is "Unblocks chegg multi-device limit".

Extension Screenshots

screenshot

Download Chegg unblocker Extension CRX File

Download Chegg unblocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
Official URL https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Description Unblocks chegg multi-device limit
File Size 3.23 KB
Installation Count 1,149
Current Version 1.0
Last Updated 2022-03-01
Publish Date 2022-02-28
Rating 1.00/5 Total 2 Ratings
Developer https://danielkasabov.com
Email [email protected]
Payment Type free
Extension Website https://github.com/dkasabovn/chegg-unblocker
Help Page URL https://github.com/dkasabovn/chegg-unblocker
Supported Languages 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"
            ]
        }
    ]
}