Inspect and view changes in Quizizz AI: Turn Any Website into a Quiz source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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
}
]
}