Quick access to Chat GPT

Quick access to Chat GPT

This Extension will help you quick connect to chat GPT and ask question without go to their page after login.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "frontend/index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "description": "This Extension will help you quick connect to chat GPT and ask question without go to their page after login.",
  "permissions": [
    "storage",
    "cookies",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": []
    }
  ],
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "manifest_version": 3,
  "name": "Quick access to Chat GPT",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0"
}