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ファイルをダウンロード

ChatGPT Block Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🔍 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
Eメール [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"
    }
}