GPT Plus (GPT+)

GPT Plus (GPT+)

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


{
  "manifest_version": 2,
  "name": "GPT+ (GPT Plus)",
  "version": "1.0",
  "description": "Uses the power of OpenAI gpt-turbo-3.5 to generate queries from you, without hassle and leaving your website.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "scripting"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{10cc9936-7190-4b00-8a49-39dea3528b43}"
    }
  }
}