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": "Schooltape",
"description": "Schooltape is a free, open-source, web extension that allows you to customise the look, feel, and functionality of Schoolbox!",
"version": "4.3.4",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"homepage_url": "https:\/\/schooltape.github.io",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"storage",
"contextMenus",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Schooltape Settings",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*\/learning\/quiz\/*"
],
"run_at": "document_end",
"js": [
"content-scripts\/end.js"
]
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*\/learning\/quiz\/*"
],
"run_at": "document_start",
"js": [
"content-scripts\/plugins.js",
"content-scripts\/snippets.js",
"content-scripts\/start.js"
]
}
]
}