🎅🏻 Snowlord's Bag of Quizlet Exploits!

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "🎅🏻 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"
  ]
}