ChatGPT Persona

ChatGPT Persona

Engage with your favorite fictional characters from movies, comics, and more by asking them important questions and receiving…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.0.3",
  "icons": {
    "128": "icons/icon128.png"
  },
  "name": "ChatGPT Persona",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://chat.openai.com/chat/*"
      ]
    }
  ]
}