🎅🏻 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!是由Darthnithin开发的Chrome扩展程序,该扩展的主要功能是“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!扩展crx文件
下载🎅🏻 Snowlord's Bag of Quizlet Exploits!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面URL | 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" ] } |