Chegg unblocker
Unblocks chegg multi-device limit
Qu'est-ce que Chegg unblocker ?
Chegg unblocker est une extension Chrome développée par https://danielkasabov.com, et sa fonction principale est "Unblocks chegg multi-device limit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chegg unblocker
Téléchargez les fichiers d'extension Chegg unblocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chegg unblocker |
ID | occickpdkmcmaikljlcigejbienoncfh |
URL Officiel | https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh |
Description | Unblocks chegg multi-device limit |
Taille du Fichier | 3.23 KB |
Nombre d'Installations | 1,149 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-03-01 |
Date de Publication | 2022-02-28 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | https://danielkasabov.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dkasabovn/chegg-unblocker |
URL de la Page d'Aide | https://github.com/dkasabovn/chegg-unblocker |
Langues Prises en Charge | 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" ] } ] } |