ChatGPT Suffixes

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

Qu'est-ce que ChatGPT Suffixes ?

ChatGPT Suffixes est une extension Chrome développée par dara_tobi, et sa fonction principale est "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT Suffixes

Téléchargez les fichiers d'extension ChatGPT Suffixes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
URL Officiel https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Description Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Taille du Fichier 11.81 KB
Nombre d'Installations 57
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-06-04
Date de Publication 2023-04-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur dara_tobi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/dara_tobi
URL de la Page d'Aide https://twitter.com/dara_tobi
Langues Prises en Charge 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"
}