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 AI Overview",
"version": "1.0",
"description": "Removes Google AI Overview from search results so students engage with primary sources",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/*",
"*:\/\/google.com\/*"
],
"css": [
"hide-ai.css"
],
"js": [
"hide-ai.js"
],
"run_at": "document_start"
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
}