🎅🏻 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 擴展基本資訊
| 名稱 | |
| ID | jjppfdghakbnajlcgimoocongklffodn |
| 官方網址 | 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"
]
} | |