Chegg unblocker
Unblocks chegg multi-device limit
O que é Chegg unblocker?
Chegg unblocker é uma extensão do Chrome desenvolvida por https://danielkasabov.com, e sua principal característica é "Unblocks chegg multi-device limit".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chegg unblocker
Baixe arquivos de extensão Chegg unblocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Chegg unblocker |
ID | occickpdkmcmaikljlcigejbienoncfh |
URL Oficial | https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh |
Descrição | Unblocks chegg multi-device limit |
Tamanho do Arquivo | 3.23 KB |
Contagem de Instalações | 1,149 |
Versão Atual | 1.0 |
Última Atualização | 2022-03-01 |
Data de Publicação | 2022-02-28 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | https://danielkasabov.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dkasabovn/chegg-unblocker |
URL da Página de Ajuda | https://github.com/dkasabovn/chegg-unblocker |
Idiomas Suportados | 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" ] } ] } |