🎅🏻 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…
ما هو 🎅🏻 Snowlord's Bag of Quizlet Exploits!؟
🎅🏻 Snowlord's Bag of Quizlet Exploits! هو إضافة Chrome تم تطويرها بواسطة Darthnithin، والميزة الرئيسية لها هي "Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 🎅🏻 Snowlord's Bag of Quizlet Exploits!
قم بتنزيل ملفات الامتداد 🎅🏻 Snowlord's Bag of Quizlet Exploits! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | 🎅🏻 Snowlord's Bag of Quizlet Exploits! |
ID | jjppfdghakbnajlcgimoocongklffodn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/%F0%9F%8E%85%F0%9F%8F%BB-snowlords-bag-of-qui/jjppfdghakbnajlcgimoocongklffodn |
الوصف | Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score… |
حجم الملف | 45.38 KB |
عدد التثبيتات | 3,223 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-08-18 |
تاريخ النشر | 2021-02-15 |
تقييم | 4.39/5 مجموع تقييمات 18 |
المطور | Darthnithin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/darthnithin/quizlet-modes |
عنوان صفحة المساعدة | https://github.com/darthnithin/quizlet-modes/issues |
اللغات المدعومة | 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" ] } |