Hide the “AI Mode” search tab on Google with a single switch. The extension adds a popup toggle so you can instantly switch the tab on or off without digging into settings.
chrome.storage.sync.chrome://extensions in Chrome and enable Developer mode.version field in manifest.json if needed.zip -r google-ai-mode-tab-removal-chrome-extension.zip . -x "*.DS_Store" "*.git*"
README.md, screenshots, and icons (already included) via the Chrome Web Store dashboard.storage: Saves the single toggle preference so the extension remembers whether to hide the tab.This extension does not collect, store, or transmit any personal data. See PRIVACY.md for a statement suitable for the Chrome Web Store listing.
If Google renames the tab or changes the markup, update content-script.js to target the new label. Contributions and issue reports are welcome.