Knowted

Knowted

A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.754a7afc.png",
    "32": "icon32.plasmo.1b596b7f.png",
    "48": "icon48.plasmo.9c45e82d.png",
    "64": "icon64.plasmo.696cf0ec.png",
    "128": "icon128.plasmo.f5004619.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.754a7afc.png",
      "32": "icon32.plasmo.1b596b7f.png",
      "48": "icon48.plasmo.9c45e82d.png",
      "64": "icon64.plasmo.696cf0ec.png",
      "128": "icon128.plasmo.f5004619.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.1",
  "author": "Alvan Caleb Arulandu <[email protected]>",
  "name": "Knowted",
  "description": "A Quizlet ➡ Knowt exporter for broke students around the world! 🌎🎓💪",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "exporter.3606c46a.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ]
}