ChatGPT Suffixes

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

Hvad er ChatGPT Suffixes?

ChatGPT Suffixes er en Chrome-udvidelse udviklet af dara_tobi, og dens hovedfunktion er "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT Suffixes-udvidelses-CRX-fil

Download ChatGPT Suffixes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
Officiel URL https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Beskrivelse Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Filstørrelse 11.81 KB
Antal Installationer 57
Nuværende Version 1.0.7
Senest Opdateret 2023-06-04
Udgivelsesdato 2023-04-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler dara_tobi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twitter.com/dara_tobi
Hjælpeside-URL https://twitter.com/dara_tobi
Understøttede Sprog 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"
}