No Chatbot

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

No Chatbot란 무엇입니까?

No Chatbot은(는) https://nochatbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tiny extension to block chat popup windows while browsing websites."입니다.

확장 프로그램 스크린샷

screenshot

No Chatbot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 No Chatbot No Chatbot
ID glooodmgpaijiolabhiomdcgajkjbhgi
공식 URL https://chromewebstore.google.com/detail/no-chatbot/glooodmgpaijiolabhiomdcgajkjbhgi
설명 A tiny extension to block chat popup windows while browsing websites.
파일 크기 18.81 KB
설치 횟수 252
현재 버전 1.0.1
최근 업데이트 2022-08-31
출시 날짜 2022-06-30
평점 1.50/5 총 2 개의 평점
개발자 https://nochatbot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.nochatbot.com
지원되는 언어 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"
        }
    ]
}