ChatGPT Code Preview Firefox

Examine source code of ChatGPT Code Preview

By: NeloyHQ
Inspect and view changes in ChatGPT Code Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Code Preview",
  "version": "1.0.0",
  "description": "Preview, copy, and download code from ChatGPT",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "https://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/128.png",
    "48": "icons/128.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5eb85a0a-770b-4cde-945a-422188a30cb3}"
    }
  }
}

Best ChatGPT Code Preview Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Code Preview: