ChatGPT Suffixes

ChatGPT Suffixes

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

Merlin
Additional files are visible only to premium users

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"
}