ChatGPT Soliloquy

ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.

Qu'est-ce que ChatGPT Soliloquy ?

ChatGPT Soliloquy est une extension Chrome développée par yetone, et sa fonction principale est "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".

Captures d'Écran de l'Extension

screenshot

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

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

                        ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.                    

Informations de Base sur l'Extension

Nom ChatGPT Soliloquy ChatGPT Soliloquy
ID kflbaflenonjdfgegkoogldipabeenin
URL Officiel https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin
Description ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
Taille du Fichier 60.35 KB
Nombre d'Installations 49
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-12-11
Date de Publication 2022-12-10
Évaluation 2.00/5 Total 1 Évaluations
Développeur yetone
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Soliloquy",
    "description": "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo.jpg",
        "32": "assets\/logo.jpg",
        "48": "assets\/logo.jpg",
        "128": "assets\/logo.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "include_globs": [
                "*chat.openai.com\/chat*"
            ],
            "js": [
                "chat-gpt-soliloquy.js"
            ]
        }
    ]
}