ChatGPThing

ChatGPThing

Query ChatGPT in the context of the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.1997cf8a.png",
    "32": "icon32.plasmo.7c22708e.png",
    "48": "icon48.plasmo.03a5ce50.png",
    "64": "icon64.plasmo.4ad1a43e.png",
    "128": "icon128.plasmo.65151d3d.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.1997cf8a.png",
      "32": "icon32.plasmo.7c22708e.png",
      "48": "icon48.plasmo.03a5ce50.png",
      "64": "icon64.plasmo.4ad1a43e.png",
      "128": "icon128.plasmo.65151d3d.png"
    }
  },
  "version": "0.1.2",
  "author": "kant01ne",
  "name": "ChatGPThing",
  "description": "Query ChatGPT in the context of the current page",
  "permissions": [
    "storage",
    "scripting"
  ],
  "background": {
    "service_worker": "background.e3c3585e.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "spotlight.d9d0233b.js"
      ],
      "css": [
        "font.c0f0ecf8.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+Z",
        "mac": "Alt+Z",
        "chromeos": "Alt+Z",
        "linux": "Alt+Z"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "Sora-Light.0c5bca3b.woff2",
        "spotlight.7612774f.css"
      ]
    }
  ]
}