🎅🏻 Snowlord's Bag of Quizlet Exploits!
Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…
O que é 🎅🏻 Snowlord's Bag of Quizlet Exploits!?
🎅🏻 Snowlord's Bag of Quizlet Exploits! é uma extensão do Chrome desenvolvida por Darthnithin, e sua principal característica é "Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 🎅🏻 Snowlord's Bag of Quizlet Exploits!
Baixe arquivos de extensão 🎅🏻 Snowlord's Bag of Quizlet Exploits! 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
Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score ✅Score any Gravity Score ✅Give you Test Answers ✅Complete Learn Mode automatically ✅Complete Spell Mode automatically Please Review and Share! For bugs, feature requests and anything else please notify me here: https://github.com/darthnithin/quizlet-modes/issues
Informações Básicas da Extensão
Nome | 🎅🏻 Snowlord's Bag of Quizlet Exploits! |
ID | jjppfdghakbnajlcgimoocongklffodn |
URL Oficial | https://chromewebstore.google.com/detail/%F0%9F%8E%85%F0%9F%8F%BB-snowlords-bag-of-qui/jjppfdghakbnajlcgimoocongklffodn |
Descrição | Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score… |
Tamanho do Arquivo | 45.38 KB |
Contagem de Instalações | 3,223 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-08-18 |
Data de Publicação | 2021-02-15 |
Classificação | 4.39/5 Total de 18 Avaliações |
Desenvolvedor | Darthnithin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/darthnithin/quizlet-modes |
URL da Página de Ajuda | https://github.com/darthnithin/quizlet-modes/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ud83c\udf85\ud83c\udffb Snowlord's Bag of Quizlet Exploits!", "version": "0.0.1", "manifest_version": 2, "content_scripts": [ { "js": [ "flashcard.js" ], "css": [ "dark.css" ], "matches": [ "https:\/\/quizlet.com\/*\/flashcards" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "snowman128.png" }, "browser_action": [], "web_accessible_resources": [ "script.js" ], "permissions": [ "activeTab" ] } |