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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
}