ChatGPT Suffixes

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

What is ChatGPT Suffixes?

ChatGPT Suffixes is a Chrome extension developed by dara_tobi, and its main feature is "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Extension Screenshots

screenshot

Download ChatGPT Suffixes Extension CRX File

Download ChatGPT Suffixes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
Official URL 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.
File Size 11.81 KB
Installation Count 57
Current Version 1.0.7
Last Updated 2023-06-04
Publish Date 2023-04-12
Rating 5.00/5 Total 2 Ratings
Developer dara_tobi
Email [email protected]
Payment Type free
Extension Website https://twitter.com/dara_tobi
Help Page URL https://twitter.com/dara_tobi
Supported Languages 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"
}