ChatGPT Soliloquy
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
Hvad er ChatGPT Soliloquy?
ChatGPT Soliloquy er en Chrome-udvidelse udviklet af yetone, og dens hovedfunktion er "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".
Udvidelsesskærmbilleder
Download ChatGPT Soliloquy-udvidelses-CRX-fil
Download ChatGPT Soliloquy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kflbaflenonjdfgegkoogldipabeenin |
| Officiel URL | https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin |
| Beskrivelse | ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. |
| Filstørrelse | 60.35 KB |
| Antal Installationer | 49 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2022-12-11 |
| Udgivelsesdato | 2022-12-10 |
| Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
| Udvikler | yetone |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |