Google Search AI block

removes AI images from google image search results

What is Google Search AI block?

Google Search AI block is a Chrome extension developed by Peter, and its main feature is "removes AI images from google image search results".

Extension Screenshots

screenshot

Download Google Search AI block Extension CRX File

Download Google Search AI block extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        removes AI images from google image search results                    

Extension Basic Information

Name Google Search AI block Google Search AI block
ID jchnjmgilaplkgpncdhkoajcpbdodkdc
Official URL https://chromewebstore.google.com/detail/google-search-ai-block/jchnjmgilaplkgpncdhkoajcpbdodkdc
Description removes AI images from google image search results
File Size 3.68 KB
Installation Count 40
Current Version 1.0
Last Updated 2024-01-17
Publish Date 2024-01-17
Rating 5.00/5 Total 2 Ratings
Developer Peter
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Search AI block",
    "version": "1.0",
    "description": "removes AI images from google image search results",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/search*"
            ],
            "js": [
                "block.js"
            ]
        }
    ]
}