WebGPT - web page summary assistant

WebGPT - web page summary assistant

No API key required, ChatGPT summarizes any web page for free with 1 click, Support GPT-4.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.0.0",
  "icons": {
    "16": "assets/16.png",
    "32": "assets/16.png",
    "48": "assets/16.png",
    "128": "assets/16.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus"
  ],
  "action": {
    "default_title": "__MSG_appAction__"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/config.js",
        "js/content.js",
        "fonts/",
        "*",
        "assets/*",
        "img/*",
        "js/gptGen.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/webgpt-chatgpt%E7%BD%91%E9%A1%B5%E6%80%BB%E7%BB%93%E5%8A%A9%E6%89%8B",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}