ChatGPT Navigation Enhancer Firefox

Examine source code of ChatGPT Navigation Enhancer

By: nimaweb
Inspect and view changes in ChatGPT Navigation Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Navigation Enhancer",
  "description": "Adds floating Up/Down buttons to more easily navigate ChatGPT responses.",
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-navigation-enhancer@example.com"
    }
  },
  "permissions": []
}

Best ChatGPT Navigation Enhancer Alternatives

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