Hide Chatbots

Hide Chatbot Popups on Any Website

Apa itu Hide Chatbots?

Hide Chatbots adalah ekstensi Chrome yang dikembangkan oleh https://tylerkennedy.co, dan fitur utamanya adalah "Hide Chatbot Popups on Any Website".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide Chatbots

Unduh file ekstensi Hide Chatbots dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hide Chatbots Hide Chatbots
ID lbnddkcjhflejhgfilgmecaalaglaipe
URL Resmi https://chromewebstore.google.com/detail/hide-chatbots/lbnddkcjhflejhgfilgmecaalaglaipe
Deskripsi Hide Chatbot Popups on Any Website
Ukuran File 7.14 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-09-11
Tanggal Publikasi 2022-09-10
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://tylerkennedy.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tylerkennedy.co
URL Halaman Bantuan https://tylerkennedy.co/contact
Bahasa yang Didukung 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"
            ]
        }
    ]
}