🎅🏻 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 |
| 公式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 |
| Eメール | [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"
]
} | |