ChatGPT Performance Optimizer Firefox

Examine source code of ChatGPT Performance Optimizer

Inspect and view changes in ChatGPT Performance Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Performance Optimizer",
  "version": "1.4.0",
  "description": "Keeps ChatGPT fast in long conversations by unloading older turns from the DOM.",
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-performance-optimizer@huckleboard",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "64": "icons/icon-64.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-48.svg",
      "32": "icons/icon-48.svg"
    },
    "default_popup": "popup/popup.html",
    "default_title": "ChatGPT Performance Optimizer"
  }
}

Mejores alternativas ChatGPT Performance Optimizer

Aquí hay algunas Firefox add-ons que son similares a ChatGPT Performance Optimizer: