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

Vad är 🎅🏻 Snowlord's Bag of Quizlet Exploits!?

🎅🏻 Snowlord's Bag of Quizlet Exploits! är en Chrome-tillägg utvecklad av Darthnithin, och dess huvudfunktion är "Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…".

Tilläggsskärmbilder

screenshot

Ladda ner 🎅🏻 Snowlord's Bag of Quizlet Exploits!-förlängningens CRX-fil

Ladda ner 🎅🏻 Snowlord's Bag of Quizlet Exploits!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn 🎅🏻 Snowlord's Bag of Quizlet Exploits! 🎅🏻 Snowlord's Bag of Quizlet Exploits!
ID jjppfdghakbnajlcgimoocongklffodn
Officiell webbadress https://chromewebstore.google.com/detail/%F0%9F%8E%85%F0%9F%8F%BB-snowlords-bag-of-qui/jjppfdghakbnajlcgimoocongklffodn
Beskrivning Working Quizlet Hacks (2021). This Extension is updated often and works for all the Quizlet modes. It can: ✅Score any Match Score…
Filstorlek 45.38 KB
Antal Installationer 3,223
Aktuell Version 0.0.1
Senast Uppdaterad 2021-08-18
Publiceringsdatum 2021-02-15
Betyg 4.39/5 Totalt 18 Betyg
Utvecklare Darthnithin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/darthnithin/quizlet-modes
Hjälpsida URL https://github.com/darthnithin/quizlet-modes/issues
Stödda Språk 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"
    ]
}