ChatGPT Block Checker

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

Co to jest ChatGPT Block Checker?

ChatGPT Block Checker to rozszerzenie Chrome opracowane przez https://jens.marketing, a jego główną funkcją jest „This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Block Checker

Pobierz pliki rozszerzeń ChatGPT Block Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Block Checker ChatGPT Block Checker
ID nojlanneigopahpbiinpahhiopnjddlh
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-block-checker/nojlanneigopahpbiinpahhiopnjddlh
Opis This extensions checks if a website blocked ChatGPT or ChatGPT Plugins for accessing their content.
Rozmiar pliku 15.82 KB
Liczba instalacji 78
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2023-08-24
Deweloper https://jens.marketing
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://jens.marketing
Adres URL Strony Pomocy https://jens.marketing
Obsługiwane Języki 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"
    }
}