Chat Speed Test

Chat Speed Test

Measure the performance of Chat GPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Chat Speed Test",
  "version": "1.1",
  "description": "Measure the performance of Chat GPT",
  "icons": {
    "48": "resources/icon-48.jpg",
    "128": "resources/icon-128.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}