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 | 
| Eメール | [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]"
}  |  |