navGPT Firefox

Examine source code of navGPT

Inspect and view changes in navGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "navGPT",
  "version": "1.1",
  "description": "Extends ChatGPT webapp conversation navigation options",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "./styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "navGPT@example.com"
    }
  }
}

Best navGPT Alternatives

Here are some Firefox add-ons that are similar to navGPT: