No Chatbot

A tiny extension to block chat popup windows while browsing websites.

Apa itu No Chatbot?

No Chatbot adalah ekstensi Chrome yang dikembangkan oleh https://nochatbot.com, dan fitur utamanya adalah "A tiny extension to block chat popup windows while browsing websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Chatbot

Unduh file ekstensi No Chatbot 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

                        Tired of chatbot popups and notification sounds in your browser? Yeah, us too. We created this tiny Chrome extension to help restore the peace while browsing.

We do our best to cover popular chatbot vendors. Feel free to shoot us a message below if you would like to have a specific vendor blocked.

Feedback: [email protected]

You can see currently blocked vendors on our website at: https://www.nochatbot.com                    

Informasi Dasar Ekstensi

Nama No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
URL Resmi https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
Deskripsi A tiny extension to block chat popup windows while browsing websites.
Ukuran File 18.81 KB
Jumlah Instalasi 252
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-08-31
Tanggal Publikasi 2022-06-30
Penilaian 1.50/5 Total 2 Penilaian
Pengembang https://nochatbot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.nochatbot.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Chatbot",
    "description": "A tiny extension to block chat popup windows while browsing websites.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nochatbot.js"
            ],
            "run_at": "document_end"
        }
    ]
}