Hide Chatbots

Hide Chatbot Popups on Any Website

Co to jest Hide Chatbots?

Hide Chatbots to rozszerzenie Chrome opracowane przez https://tylerkennedy.co, a jego główną funkcją jest „Hide Chatbot Popups on Any Website”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hide Chatbots

Pobierz pliki rozszerzeń Hide Chatbots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Oficjalny URL https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Opis Hide Chatbot Popups on Any Website
Rozmiar pliku 7.14 KB
Liczba instalacji 43
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-09-11
Data Publikacji 2022-09-10
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://tylerkennedy.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tylerkennedy.co
Adres URL Strony Pomocy https://tylerkennedy.co/contact
Obsługiwane Języki 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"
            ]
        }
    ]
}