Hide Chatbots

Hide Chatbot Popups on Any Website

Hide Chatbots क्या है?

Hide Chatbots https://tylerkennedy.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Chatbot Popups on Any Website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Chatbots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}