ChatGPT HTML Web View Firefox

Examine source code of ChatGPT HTML Web View

By: JdM
Inspect and view changes in ChatGPT HTML Web View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT HTML Web View",
  "short_name": "ChatGPT HTML Web View",
  "description": "Quickly preview Website generated by ChatGPT.",
  "version": "1.1",
  "author": "JdM",
  "homepage_url": "https://www.rmbi.ch/jdm",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpthtmlwebview@example.com"
    }
  },
  "action": {
    "default_title": "ChatGPT HTML Web View",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.chat.openai.com/*",
        "*://*.chatgpt.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}

Best ChatGPT HTML Web View Alternatives

Here are some Firefox add-ons that are similar to ChatGPT HTML Web View: