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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |