VisualCleanser Pro

VisualCleanser Pro removes those annoying AI pages from Google image search results for you!

Что такое VisualCleanser Pro?

VisualCleanser Pro - это расширение Chrome, разработанное devdavie6, и его основная функция - "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения VisualCleanser Pro

Скачайте файлы расширений 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
Официальный 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]"
}