ChatGPT Block Checker

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

Was ist ChatGPT Block Checker?

ChatGPT Block Checker ist eine Chrome-Erweiterung, die von https://jens.marketing entwickelt wurde, und ihr Hauptmerkmal ist "This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.".

Erweiterungsscreenshots

screenshot

ChatGPT Block Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT Block Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ChatGPT Block Checker ChatGPT Block Checker
ID nojlanneigopahpbiinpahhiopnjddlh
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-block-checker/nojlanneigopahpbiinpahhiopnjddlh
Beschreibung This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.
Dateigröße 15.82 KB
Installationsanzahl 78
Aktuelle Version 1.0
Letztes Update 2023-08-25
Veröffentlichungsdatum 2023-08-24
Entwickler https://jens.marketing
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jens.marketing
Hilfeseite URL https://jens.marketing
Unterstützte Sprachen 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"
    }
}