NOT OFFICAL Chat GPT Chrome

NOT OFFICAL Chat GPT for Google Chrome extension

Qu'est-ce que NOT OFFICAL Chat GPT Chrome ?

NOT OFFICAL Chat GPT Chrome est une extension Chrome développée par Ali Kaan BAŞHAN, et sa fonction principale est "NOT OFFICAL Chat GPT for Google Chrome extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NOT OFFICAL Chat GPT Chrome

Téléchargez les fichiers d'extension NOT OFFICAL Chat GPT Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Chat GPT Chrome , you can use chat gpt on google chrome browser. For use this extension just click the extension icon and this extension will connect to chat gpt. You can use chat gpt with this extension. Actuallly this extension open the chat gpt in popup area.                    

Informations de Base sur l'Extension

Nom NOT OFFICAL Chat GPT Chrome NOT OFFICAL Chat GPT Chrome
ID jfhkkohmdboppgpgikfogaipnkfkapdp
URL Officiel https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp
Description NOT OFFICAL Chat GPT for Google Chrome extension
Taille du Fichier 45.36 KB
Nombre d'Installations 517
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-06
Date de Publication 2023-02-26
Développeur Ali Kaan BAŞHAN
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "hello.png",
            "38": "hello.png",
            "48": "hello.png",
            "128": "hello.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/index.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/api\/auth\/session"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "NOT OFFICAL Chat GPT for Google Chrome extension",
    "icons": {
        "16": "hello.png",
        "32": "hello.png",
        "48": "hello.png",
        "128": "hello.png"
    },
    "manifest_version": 3,
    "name": "NOT OFFICAL Chat GPT Chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}