ChatGPT with Internet Firefox

Examine source code of ChatGPT with Internet

Inspect and view changes in ChatGPT with Internet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.5",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background/bg.js"
    ]
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{249077e4-7034-4f29-8b64-4b2708588b05}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-scripts/mainUI.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true,
    "chrome_style": true
  },
  "web_accessible_resources": [
    "content-scripts/mainUI.css",
    "icons/icon48.png",
    "leave_review.png"
  ],
  "commands": {
    "toggle-web-access": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "__MSG_toggleWebAccess__"
    }
  }
}

Best ChatGPT with Internet Alternatives

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