Chegg unblocker
Unblocks chegg multi-device limit
Hvad er Chegg unblocker?
Chegg unblocker er en Chrome-udvidelse udviklet af https://danielkasabov.com, og dens hovedfunktion er "Unblocks chegg multi-device limit".
Udvidelsesskærmbilleder
Download Chegg unblocker-udvidelses-CRX-fil
Download Chegg unblocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Chegg unblocker |
ID | occickpdkmcmaikljlcigejbienoncfh |
Officiel URL | https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh |
Beskrivelse | Unblocks chegg multi-device limit |
Filstørrelse | 3.23 KB |
Antal Installationer | 1,149 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-03-01 |
Udgivelsesdato | 2022-02-28 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | https://danielkasabov.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/dkasabovn/chegg-unblocker |
Hjælpeside-URL | https://github.com/dkasabovn/chegg-unblocker |
Understøttede Sprog | 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" ] } ] } |