ChatGPT Soliloquy

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

What is ChatGPT Soliloquy?

ChatGPT Soliloquy is a Chrome extension developed by yetone, and its main feature is "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".

Extension Screenshots

screenshot

Download ChatGPT Soliloquy Extension CRX File

Download ChatGPT Soliloquy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ChatGPT Soliloquy ChatGPT Soliloquy
ID kflbaflenonjdfgegkoogldipabeenin
Official URL 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.
File Size 60.35 KB
Installation Count 49
Current Version 1.2.0
Last Updated 2022-12-11
Publish Date 2022-12-10
Rating 2.00/5 Total 1 Ratings
Developer yetone
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}