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": "Hide YT Smart Chip Preview",
"version": "2.0",
"description": "Hides YT Smart Chip Preview container (Google Docs & Sheets) & preview that shows on a link. Supports school filtering YouTube.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/docs.google.com\/*"
]
}
],
"action": {
"default_icon": "icon_19.png"
},
"content_security_policy": []
}