Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quizlet Set Exporter", "version": "1.0.1", "description": "Fetch a Quizlet set's terms and definitions and exports them.", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.quizlet.com\/*" ], "action": { "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "QuizletExporter@simon", "strict_min_version": "109.0", "data_collection_permissions": { "required": [ "none" ] } } } }