universally.chat - ChatGPT on any website

universally.chat - ChatGPT on any website

Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "universally.chat - ChatGPT on any website",
  "version": "1.7.6",
  "description": "Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.",
  "short_name": "Universally",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "sandbox": {
    "pages": [
      "tokenizer.html"
    ]
  },
  "host_permissions": [
    "https://*.openai.com/"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "open-chat": {
      "suggested_key": {
        "default": "Alt+U"
      },
      "description": "Open Universally ChatGPT Chat on the current page"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "chat.html",
        "tokenizer.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/runtime-dom.esm-bundler-d1436a4e.js",
        "assets/ChatWrapper-6e6dace8.js",
        "assets/Skeleton-61764151.js",
        "assets/_plugin-vue_export-helper-c27b6911.js",
        "assets/chatgpt-content.js-04a02cfb.js"
      ],
      "use_dynamic_url": false
    }
  ]
}