ChatGPT Block Checker

This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.

ChatGPT Block Checker란 무엇입니까?

ChatGPT Block Checker은(는) https://jens.marketing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content."입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT Block Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🔍 ChatGPT Block Checker

Whether you're a developer, researcher, or just someone curious about the digital world, ChatGPT Block Checker offers a simple way to know if a website blocks ChatGPT from accessing its content. It's not just a tool; it's a window into how the web operates.

Features:
🚫 Instant Block Detection - As soon as you visit a website, the extension icon changes if ChatGPT is blocked. No clicks required, know at a glance!

👁️ Interactive Insight - Understand how websites interact with ChatGPT, uncovering the hidden dynamics of the web.

🎨 User-Friendly Design - An intuitive experience with a simple interface, now enhanced with visual cues to notify you of ChatGPT blockage instantly.

How it Works:
- Install ChatGPT Block Checker - Add it to Chrome in a snap.
- Browse Freely - Visit any website, and if ChatGPT is blocked, the extension icon changes. No need to click!
- Click for Details (Optional) - Want more information? Just click the icon.

Why Choose ChatGPT Block Checker?

Understanding the relationship between websites and ChatGPT is now as easy as browsing your favorite sites. With instant visual feedback, this tool appeals to a wide audience, from tech professionals to the everyday user.                    

확장 프로그램 기본 정보

이름 ChatGPT Block Checker ChatGPT Block Checker
ID nojlanneigopahpbiinpahhiopnjddlh
공식 URL https://chromewebstore.google.com/detail/chatgpt-block-checker/nojlanneigopahpbiinpahhiopnjddlh
설명 This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.
파일 크기 15.82 KB
설치 횟수 78
현재 버전 1.0
최근 업데이트 2023-08-25
출시 날짜 2023-08-24
개발자 https://jens.marketing
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jens.marketing
도움말 페이지 URL https://jens.marketing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Block Checker",
    "description": "This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": ".\/background.js"
    }
}