🎅🏻 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…

Wat is 🎅🏻 Snowlord's Bag of Quizlet Exploits!?

🎅🏻 Snowlord's Bag of Quizlet Exploits! is een Chrome-extensie ontwikkeld door Darthnithin, en de belangrijkste functie is "Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 🎅🏻 Snowlord's Bag of Quizlet Exploits!

Download 🎅🏻 Snowlord's Bag of Quizlet Exploits!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 🎅🏻 Snowlord's Bag of Quizlet Exploits! 🎅🏻 Snowlord's Bag of Quizlet Exploits!
ID jjppfdghakbnajlcgimoocongklffodn
Officiële URL https://chromewebstore.google.com/detail/%F0%9F%8E%85%F0%9F%8F%BB-snowlords-bag-of-qui/jjppfdghakbnajlcgimoocongklffodn
Beschrijving Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…
Bestandsgrootte 45.38 KB
Aantal Installaties 3,223
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-08-18
Publicatiedatum 2021-02-15
Beoordeling 4.39/5 Totaal 18 Beoordelingen
Ontwikkelaar Darthnithin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/darthnithin/quizlet-modes
Help Pagina-URL https://github.com/darthnithin/quizlet-modes/issues
Ondersteunde Talen 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"
    ]
}