Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quizizz AI: Turn Any Website into a Quiz", "version": "0.24", "icons": { "48": "src\/assets\/icon_48.png", "128": "src\/assets\/icon_128.png" }, "action": { "default_popup": "index.html#popup", "default_title": "Quizizz AI" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "js": [ "assets\/content.js-loader-FnA1pVnC.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "index.html", "assets\/index-CDeHCaiB.js", "assets\/content.js-D5X18wpq.js" ], "use_dynamic_url": false } ] }