ChatGPT Suffixes

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

O que é ChatGPT Suffixes?

ChatGPT Suffixes é uma extensão do Chrome desenvolvida por dara_tobi, e sua principal característica é "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatGPT Suffixes

Baixe arquivos de extensão ChatGPT Suffixes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
URL Oficial https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Descrição Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Tamanho do Arquivo 11.81 KB
Contagem de Instalações 57
Versão Atual 1.0.7
Última Atualização 2023-06-04
Data de Publicação 2023-04-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor dara_tobi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/dara_tobi
URL da Página de Ajuda https://twitter.com/dara_tobi
Idiomas Suportados 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"
}