ChatGPT

Use ChatGPT in Google Chrome

Qu'est-ce que ChatGPT ?

ChatGPT est une extension Chrome développée par advancedsolutionshub, et sa fonction principale est "Use ChatGPT in Google Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT

Téléchargez les fichiers d'extension ChatGPT 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

                        Experience the full potential of OpenAI's language model through the highly acclaimed ChatGPT Chrome Extension. This complimentary extension integrates ChatGPT's sophisticated AI directly into your browser, providing instant access to its powerful features. Simply pose your queries and ChatGPT delivers precise, succinct responses instantly. Elevate your browsing experience with the unparalleled AI capabilities of the ChatGPT Chrome Extension today.

ChatGPT link: https://chat.openai.com                    

Informations de Base sur l'Extension

Nom ChatGPT ChatGPT
ID klailhpanlicjnhfkpngehoblknjamdg
URL Officiel https://chromewebstore.google.com/detail/chatgpt/klailhpanlicjnhfkpngehoblknjamdg
Description Use ChatGPT in Google Chrome
Taille du Fichier 22.36 KB
Nombre d'Installations 5,641
Version Actuelle 1.0.9
Dernière Mise à Jour 2024-02-25
Date de Publication 2023-01-25
Développeur advancedsolutionshub
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://chataigpt.pro/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT",
    "short_name": "ChatGPT",
    "version": "1.0.9",
    "description": "Use ChatGPT in Google Chrome",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "ChatGPT"
    },
    "commands": {
        "openWindow": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Use ChatGPT in Google Chrome"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}