Google Search AI block

removes AI images from google image search results

Google Search AI blockとは何ですか?

Google Search AI blockはPeterによって開発されたChromeの拡張機能で、その主な機能は「removes AI images from google image search results」です。

拡張機能のスクリーンショット

screenshot

Google Search AI block拡張機能のCRXファイルをダウンロード

Google Search AI block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        removes AI images from google image search results                    

拡張機能の基本情報

名前 Google Search AI block Google Search AI block
ID jchnjmgilaplkgpncdhkoajcpbdodkdc
公式URL https://chromewebstore.google.com/detail/google-search-ai-block/jchnjmgilaplkgpncdhkoajcpbdodkdc
説明 removes AI images from google image search results
ファイルサイズ 3.68 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2024-01-17
公開日 2024-01-17
評価 5.00/5 合計 2 レビュー
開発者 Peter
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}