Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Что такое Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 - это расширение Chrome, разработанное https://opticlus.com, и его основная функция - "Focus on what matters and hide logos with this easy tool".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Logo remove and hide tool 1.0

Скачайте файлы расширений Logo remove and hide tool 1.0 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension ensures that the logos of popular websites such as Google, YouTube, LinkedIn, Instagram and many more. be kept hidden. There logos cause distraction in short, they are completely unnecessary and that is why you can disable them by just installing this small and simple extension. And last and perhaps most annoying thing, done with unnecessary Google doodles.

Questions? Suggestions? [email protected]                    

Основная информация о расширении

Название Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Официальный URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Описание Focus on what matters and hide logos with this easy tool
Размер файла 381 KB
Количество установок 59
Текущая Версия 1.0
Последнее Обновление 2022-01-12
Дата публикации 2022-01-12
Рейтинг 1.50/5 Всего 2 оценок
Разработчик https://opticlus.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://opticlus.com/
URL страницы помощи https://opticlus.com/contacts-creative/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logo remove and hide tool 1.0",
    "description": "Focus on what matters and hide logos with this easy tool",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "options_page": "options.html"
}