Chegg unblocker

Unblocks chegg multi-device limit

Vad är Chegg unblocker?

Chegg unblocker är en Chrome-tillägg utvecklad av https://danielkasabov.com, och dess huvudfunktion är "Unblocks chegg multi-device limit".

Tilläggsskärmbilder

screenshot

Ladda ner Chegg unblocker-förlängningens CRX-fil

Ladda ner Chegg unblocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
Officiell webbadress https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
Beskrivning Unblocks chegg multi-device limit
Filstorlek 3.23 KB
Antal Installationer 1,149
Aktuell Version 1.0
Senast Uppdaterad 2022-03-01
Publiceringsdatum 2022-02-28
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare https://danielkasabov.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dkasabovn/chegg-unblocker
Hjälpsida URL https://github.com/dkasabovn/chegg-unblocker
Stödda Språk 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"
            ]
        }
    ]
}