Custom Instructions CopyPaster Firefox

Examine source code of Custom Instructions CopyPaster

By: Michal
Inspect and view changes in Custom Instructions CopyPaster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Insert GPT custom instructions",
  "version": "1.3",
  "description": "Simplifies inserting GPT custom instructions.",
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f918efe2-0bbc-45d0-8354-b0c1e4c52bf9}"
    }
  }
}

Best Custom Instructions CopyPaster Alternatives

Here are some Firefox add-ons that are similar to Custom Instructions CopyPaster: