Hide Chatbots

Hide Chatbot Popups on Any Website

Hide Chatbots란 무엇입니까?

Hide Chatbots은(는) https://tylerkennedy.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Chatbot Popups on Any Website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hide Chatbots 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}