WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YETI: Remove Google™ Search AI

YETI: Remove Google™ Search AI

View on Chrome Web Store
View YETI: Remove Google™ Search AI Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Customize your browsing by removing unwanted AI search results on Google™ and applying your own custom CSS to any webpage.
Type
Extension
Users
243 users
8
Helperbird
View author page of Helperbird
Published
Published on June 4, 2024
Version 2024.8.5
Manifest version
3
Updated
Updated on August 29, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View YETI: Remove Google™ Search AI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2024.8.5",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/coffeeandfun.com",
    "icons": {
        "16": "assets\/images\/icons\/16.png",
        "32": "assets\/images\/icons\/32.png",
        "48": "assets\/images\/icons\/48.png",
        "64": "assets\/images\/icons\/64.png",
        "128": "assets\/images\/icons\/128.png",
        "512": "assets\/images\/icons\/512.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icons\/16.png",
            "32": "assets\/images\/icons\/32.png",
            "48": "assets\/images\/icons\/48.png",
            "64": "assets\/images\/icons\/64.png",
            "128": "assets\/images\/icons\/128.png",
            "512": "assets\/images\/icons\/512.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js",
        "module": true
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top