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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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]"
}