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!”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 VisualCleanser Pro VisualCleanser Pro
ID jkofphiicpokmbhlhahmklclbgfaioap
官方網址 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]"
}