SmartChat - for ChatGPT Firefox

Examine source code of SmartChat - for ChatGPT

Inspect and view changes in SmartChat - for ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SmartChat - for ChatGPT",
  "version": "1.0.2",
  "description": "Speeds up ChatGPT rendering and page loads. Full conversation history with on-demand loading and real-time performance stats.",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content-bundle.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "page-script.js",
        "content/view/hud/hud.html",
        "content/view/history/history.html",
        "content/view/history/templates/assistant-text.html",
        "content/view/history/templates/assistant-image.html",
        "content/view/history/templates/user-text.html",
        "content/view/history/templates/user-image.html",
        "eye-show.svg",
        "eye-off.svg",
        "up.svg",
        "down.svg",
        "settings.svg",
        "wasm/license_core_bg.wasm"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "SmartChat - for ChatGPT",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "support@pixel-nest.ch",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best SmartChat - for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to SmartChat - for ChatGPT: