Hide Chatbots

Hide Chatbot Popups on Any Website

Vad är Hide Chatbots?

Hide Chatbots är en Chrome-tillägg utvecklad av https://tylerkennedy.co, och dess huvudfunktion är "Hide Chatbot Popups on Any Website".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hide Chatbots-förlängningens CRX-fil

Ladda ner Hide Chatbots-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
Officiell webbadress https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Beskrivning Hide Chatbot Popups on Any Website
Filstorlek 7.14 KB
Antal Installationer 43
Aktuell Version 1.0
Senast Uppdaterad 2022-09-11
Publiceringsdatum 2022-09-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://tylerkennedy.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tylerkennedy.co
Hjälpsida URL https://tylerkennedy.co/contact
Stödda Språk 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"
            ]
        }
    ]
}