ChatGPT Webpage Summarizer Firefox

Examine source code of ChatGPT Webpage Summarizer

By: FB88
Inspect and view changes in ChatGPT Webpage Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Webpage Summarizer",
  "version": "3.4",
  "description": "Summarize web pages using OpenAI's GPT-4 model",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://heroku-extpay-summary-f71b3832cf7a.herokuapp.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "ExtPay.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{95e729b2-c963-4206-86ee-7161b88505e7}"
    }
  }
}

Best ChatGPT Webpage Summarizer Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Webpage Summarizer: