Web ChatGPT.ai

Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…

Was ist Web ChatGPT.ai?

Web ChatGPT.ai ist eine Chrome-Erweiterung, die von ycfelix1 entwickelt wurde, und ihr Hauptmerkmal ist "Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Web ChatGPT.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web ChatGPT.ai-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

                        Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze!

With Web ChatGPT.ai, you can:

Quickly and easily access OpenAI's state-of-the-art chatbot technology, helping you find the answers you need faster than ever before.
Enjoy a seamless, ad-free browsing experience without any interruptions or distractions.
Customize your experience to fit your needs with a variety of easy-to-use tools and settings.
Benefit from our lightning-fast and reliable performance that ensures you always have the support you need, when you need it.
Say goodbye to the frustration of long research sessions and confusing web browsing. Install Web ChatGPT.ai today and experience the power of OpenAI's chatbot technology for yourself - for free!                    

Grundlegende Informationen zur Erweiterung

Name Web ChatGPT.ai Web ChatGPT.ai
ID onjpmdkbkgninmodbgpmgjdiminkgnej
Offizielle URL https://chromewebstore.google.com/detail/web-chatgptai/onjpmdkbkgninmodbgpmgjdiminkgnej
Beschreibung Introducing Web ChatGPT.ai, the free and highly customizable Chrome extension that makes browsing and researching a breeze! With…
Dateigröße 110 KB
Installationsanzahl 809
Aktuelle Version 1.0.0
Letztes Update 2023-05-16
Veröffentlichungsdatum 2023-05-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ycfelix1
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web ChatGPT.ai",
    "version": "1.0.0",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "TRC20_USDT.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}