ChatGPT Soliloquy
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.
ما هو ChatGPT Soliloquy؟
ChatGPT Soliloquy هو إضافة Chrome تم تطويرها بواسطة yetone، والميزة الرئيسية لها هي "ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Soliloquy
قم بتنزيل ملفات الامتداد ChatGPT Soliloquy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. معلومات أساسية عن التمديد
| الاسم | |
| ID | kflbaflenonjdfgegkoogldipabeenin |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-soliloquy/kflbaflenonjdfgegkoogldipabeenin |
| الوصف | ChatGPT-Soliloquy is a Chrome extension that allows ChatGPT to engage in a conversation with itself. |
| حجم الملف | 60.35 KB |
| عدد التثبيتات | 49 |
| النسخة الحالية | 1.2.0 |
| آخر تحديث | 2022-12-11 |
| تاريخ النشر | 2022-12-10 |
| تقييم | 2.00/5 مجموع تقييمات 1 |
| المطور | yetone |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
}
]
} | |