GPT Based - A Powerful ChatGPT Prompt Generator

GPT Based - A Powerful ChatGPT Prompt Generator

GPTBased is used to generate effective prompts for ChatGPT in a few simple steps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    }
  },
  "version": "0.0.7",
  "author": "Megaverse Technologies",
  "name": "GPT Based - A Powerful ChatGPT Prompt Generator",
  "description": "GPTBased is used to generate effective prompts for ChatGPT in a few simple steps",
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*/*"
      ],
      "js": [
        "content.1d473d26.js"
      ],
      "css": [
        "content.7964b9a8.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ]
}