VisualCleanser Pro
VisualCleanser Pro removes those annoying AI pages from Google image search results for you!
什么是VisualCleanser Pro?
VisualCleanser Pro是由devdavie6开发的Chrome扩展程序,该扩展的主要功能是“VisualCleanser Pro removes those annoying AI pages from Google image search results for you!”。
扩展截图
下载VisualCleanser Pro扩展crx文件
下载VisualCleanser Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Your go-to Chrome extension for an enhanced and streamlined browsing experience! Say goodbye to those frustrating AI-generated pages cluttering your Google image search results – VisualCleanser Pro removes them for you, ensuring a cleaner, more relevant display of images 100% Free.
Follow & Chat me on twitter/X:
https://twitter.com/dkw_99
Feel free to support continuous development of VisualCleanser here:
https://www.paypal.com/donate/?hosted_button_id=KQC28MS4YQXVE 扩展基本信息
| 名称 | |
| ID | jkofphiicpokmbhlhahmklclbgfaioap |
| 官方URL | https://chromewebstore.google.com/detail/visualcleanser-pro/jkofphiicpokmbhlhahmklclbgfaioap |
| 简介 | VisualCleanser Pro removes those annoying AI pages from Google image search results for you! |
| 文件大小 | 6.26 MB |
| 安装次数 | 79 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2024-02-16 |
| 上架时间 | 2023-12-27 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | devdavie6 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "VisualCleanser Pro",
"version": "0.0.1",
"description": "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.google.com\/*"
],
"action": {
"default_icon": {
"16": "assets\/images\/vcp1.png",
"48": "assets\/images\/vcp4.png",
"128": "assets\/images\/vcp2.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "assets\/images\/vcp1.png",
"48": "assets\/images\/vcp4.png",
"128": "assets\/images\/vcp2.png"
},
"author": "[email protected]"
} | |