🎅🏻 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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" ] } |