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", "name": "Quizlet Getter - Get Quizlet Flashcards", "description": "Extension for getting flashcards from Quizlet", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/icon.png" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-d4fc52e0.js" ], "matches": [ "https:\/\/quizlet.com\/*" ], "css": [ "assets\/index-1326d5ee.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/icon.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/quizlet.com\/*" ], "resources": [ "assets\/chunk-ee1c6d17.js", "assets\/chunk-db78f691.js" ], "use_dynamic_url": false } ], "permissions": [], "host_permissions": [ "https:\/\/quizlet.com\/*" ] }