Chatgpt Multiple Instructions Firefox

Examine source code of Chatgpt Multiple Instructions

By: Ali
Inspect and view changes in Chatgpt Multiple Instructions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Chatgpt Multiple Instructions",
  "description": "Allows you to define and quickly select multiple instructions for chatgpt",
  "version": "1.0",
  "action": {
    "default_popup": "prompts.html",
    "default_icon": {
      "16": "images/gpt_logo16.png",
      "48": "images/gpt_logo48.png",
      "128": "images/gpt_logo128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "a.hr.mostafavi@gmail.com"
    }
  }
}

Best Chatgpt Multiple Instructions Alternatives

Here are some Firefox add-ons that are similar to Chatgpt Multiple Instructions: