GPT+ (GPT Plus)

GPT+ (GPT Plus)

Uses the power of OpenAI gpt-turbo-3.5 to generate queries from you, without hassle and leaving your website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GPT+ (GPT Plus)",
  "version": "1.3",
  "description": "Uses the power of OpenAI gpt-turbo-3.5 to generate queries from you, without hassle and leaving your website.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html"
  }
}