By: Nguyen
Inspect and view changes in Quiz-On-Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quiz-On-Scroll",
"version": "1.0.0",
"description": "Show a small quiz when the user scrolls to the bottom of a page.",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "quiz-on-scroll@example.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Quiz-On-Scroll Alternatives
Here are some Firefox add-ons that are similar to Quiz-On-Scroll: