ChatGPT Block Checker

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

What is ChatGPT Block Checker?

ChatGPT Block Checker is a Chrome extension developed by https://jens.marketing, and its main feature is "This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.".

Extension Screenshots

screenshot

Download ChatGPT Block Checker Extension CRX File

Download ChatGPT Block Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🔍 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.                    

Extension Basic Information

Name ChatGPT Block Checker ChatGPT Block Checker
ID nojlanneigopahpbiinpahhiopnjddlh
Official URL https://chromewebstore.google.com/detail/chatgpt-block-checker/nojlanneigopahpbiinpahhiopnjddlh
Description This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.
File Size 15.82 KB
Installation Count 78
Current Version 1.0
Last Updated 2023-08-25
Publish Date 2023-08-24
Developer https://jens.marketing
Email [email protected]
Payment Type free
Extension Website https://jens.marketing
Help Page URL https://jens.marketing
Supported Languages 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"
    }
}