ChatGPT Suffixes

Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.

ما هو ChatGPT Suffixes؟

ChatGPT Suffixes هو إضافة Chrome تم تطويرها بواسطة dara_tobi، والميزة الرئيسية لها هي "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ChatGPT Suffixes

قم بتنزيل ملفات الامتداد ChatGPT Suffixes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.                    

معلومات أساسية عن التمديد

الاسم ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
الوصف Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
حجم الملف 11.81 KB
عدد التثبيتات 57
النسخة الحالية 1.0.7
آخر تحديث 2023-06-04
تاريخ النشر 2023-04-12
تقييم 5.00/5 مجموع تقييمات 2
المطور dara_tobi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://twitter.com/dara_tobi
عنوان صفحة المساعدة https://twitter.com/dara_tobi
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
    "icons": {
        "48": "chat-gpt-suffixes.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Suffixes",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "ChatGPT Suffixes",
    "version": "1.0.7"
}