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",
"manifest_version": 3,
"name": "Hide Khan Academy Comments",
"version": "1.0",
"description": "Hides the unmoderated Questions\/Comments area of Khan Academy courses.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/khanacademy.org\/*",
"https:\/\/www.khanacademy.org\/*"
]
}
],
"action": {
"default_icon": "icon_19.png"
},
"content_security_policy": []
}