ChatGPT Soliloquy

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

Apa itu ChatGPT Soliloquy?

ChatGPT Soliloquy adalah ekstensi Chrome yang dikembangkan oleh yetone, dan fitur utamanya adalah "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatGPT Soliloquy

Unduh file ekstensi ChatGPT Soliloquy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ChatGPT Soliloquy ChatGPT Soliloquy
ID kflbaflenonjdfgegkoogldipabeenin
URL Resmi https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin
Deskripsi ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
Ukuran File 60.35 KB
Jumlah Instalasi 49
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-12-11
Tanggal Publikasi 2022-12-10
Penilaian 2.00/5 Total 1 Penilaian
Pengembang yetone
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}