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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}