2 ChatGPT Firefox

Examine source code of 2 ChatGPT

By: thomas
Inspect and view changes in 2 ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ChatGPT 2 chat",
  "version": "1.3",
  "description": "Faites discuter deux instances de chatGPT ensemble dans deux fenêtres de navigateur différentes.",
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/chat"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/icon.png"
    },
    "default_title": "Exemple de mise en route"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "littletomy2987@gmail.com"
    }
  }
}

Best 2 ChatGPT Alternatives

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