Turn off AI Previews in Google Search
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "No AI Google Search",
"version": "0.1.2",
"description": "Turn off AI Previews in Google Search",
"action": {
"default_icon": {
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "bg.js"
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https://www.google.com/*"
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}