ChatGPT Suffixes

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

Vad är ChatGPT Suffixes?

ChatGPT Suffixes är en Chrome-tillägg utvecklad av dara_tobi, och dess huvudfunktion är "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Tilläggsskärmbilder

screenshot

Ladda ner ChatGPT Suffixes-förlängningens CRX-fil

Ladda ner ChatGPT Suffixes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Beskrivning Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Filstorlek 11.81 KB
Antal Installationer 57
Aktuell Version 1.0.7
Senast Uppdaterad 2023-06-04
Publiceringsdatum 2023-04-12
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare dara_tobi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://twitter.com/dara_tobi
Hjälpsida URL https://twitter.com/dara_tobi
Stödda Språk 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"
}