Quizlet Enhancer Firefox

Examine source code of Quizlet Enhancer

By: quizlet Add-on
Inspect and view changes in Quizlet Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quizlet Enhancer",
  "version": "1.0",
  "description": "Tăng cường trải nghiệm Quizlet: giao diện tối, ẩn quảng cáo, tự động lặp lại học phần,...",
  "permissions": [
    "storage",
    "tabs",
    "https://*.quizlet.com/*"
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.quizlet.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5c15962f-e695-4ecc-a8c7-861e20df4c6f}"
    }
  }
}

Best Quizlet Enhancer Alternatives

Here are some Firefox add-ons that are similar to Quizlet Enhancer: