Hide Chatbots

Hide Chatbot Popups on Any Website

Что такое Hide Chatbots?

Hide Chatbots - это расширение Chrome, разработанное https://tylerkennedy.co, и его основная функция - "Hide Chatbot Popups on Any Website".

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

screenshot
screenshot

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

Скачайте файлы расширений Hide Chatbots в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Popup chatbots are on websites all across the internet. Most of the time, these chatbots are annoying and get in the way while you are browsing the internet. 

The Hide Chatbots Extension hides the most widely used chatbot services from every website you visit. Say goodbye to annoying chatbot popups covering half of your screen.                    

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

Название Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Официальный URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Описание Hide Chatbot Popups on Any Website
Размер файла 7.14 KB
Количество установок 43
Текущая Версия 1.0
Последнее Обновление 2022-09-11
Дата публикации 2022-09-10
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://tylerkennedy.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tylerkennedy.co
URL страницы помощи https://tylerkennedy.co/contact
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Chatbots",
    "description": "Hide Chatbot Popups on Any Website",
    "version": "1.0",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Hide Chatbots"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}