GPT Search: Chat History Firefox

Examine source code of GPT Search: Chat History

Inspect and view changes in GPT Search: Chat History source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "short_name": "GPT Search",
  "version": "0.0.985",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e7006c8-e1f9-4d0d-a451-93d8ce23b365}",
      "strict_min_version": "113.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main.js"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*.chatgpt.com/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webRequest",
    "scripting"
  ],
  "icons": {
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "preamble.js",
        "mainLoader.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best GPT Search: Chat History Alternatives

Here are some Firefox add-ons that are similar to GPT Search: Chat History: