Quizlet Hacker
Automatically completes every quizlet activity!
O que é Quizlet Hacker?
Quizlet Hacker é uma extensão do Chrome desenvolvida por Llama Dev, e sua principal característica é "Automatically completes every quizlet activity!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quizlet Hacker
Baixe arquivos de extensão Quizlet Hacker 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
Automatically completes every quizlet activity with minimal user input. Note that for many activities it will copy the correct answer to your clipboard. Simply paste the word! This extension also works for Quizlet Live. Make sure you scan the quizlet terms first before using. Confirm that the extension found the correct number of terms. If not, try loading all terms on the webpage first.
Informações Básicas da Extensão
Nome | Quizlet Hacker |
ID | kbhbhldnmkajohcalhnbnngfomeejejn |
URL Oficial | https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn |
Descrição | Automatically completes every quizlet activity! |
Tamanho do Arquivo | 12.83 KB |
Contagem de Instalações | 6,000 |
Versão Atual | 3.2 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2023-03-23 |
Classificação | 4.67/5 Total de 9 Avaliações |
Desenvolvedor | Llama Dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quizlet Hacker", "author": "Llama Dev", "description": "Automatically completes every quizlet activity!", "version": "3.2", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.quizlet.com\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "32": "\/images\/Quizlet_Hacker.png" } }, "icons": { "32": "\/images\/Quizlet_Hacker.png" } } |