🎅🏻 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…
Qu'est-ce que 🎅🏻 Snowlord's Bag of Quizlet Exploits! ?
🎅🏻 Snowlord's Bag of Quizlet Exploits! est une extension Chrome développée par Darthnithin, et sa fonction principale est "Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 🎅🏻 Snowlord's Bag of Quizlet Exploits!
Téléchargez les fichiers d'extension 🎅🏻 Snowlord's Bag of Quizlet Exploits! 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
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
Informations de Base sur l'Extension
Nom | 🎅🏻 Snowlord's Bag of Quizlet Exploits! |
ID | jjppfdghakbnajlcgimoocongklffodn |
URL Officiel | https://chromewebstore.google.com/detail/%F0%9F%8E%85%F0%9F%8F%BB-snowlords-bag-of-qui/jjppfdghakbnajlcgimoocongklffodn |
Description | Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score… |
Taille du Fichier | 45.38 KB |
Nombre d'Installations | 3,223 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-08-18 |
Date de Publication | 2021-02-15 |
Évaluation | 4.39/5 Total 18 Évaluations |
Développeur | Darthnithin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/darthnithin/quizlet-modes |
URL de la Page d'Aide | https://github.com/darthnithin/quizlet-modes/issues |
Langues Prises en Charge | 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" ] } |