ChatGPT Analyzer Firefox

Examine source code of ChatGPT Analyzer

Inspect and view changes in ChatGPT Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Analyzer",
  "version": "1.0",
  "description": "Analyze user interactions with ChatGPT",
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://d3js.org https://cdnjs.cloudflare.com; object-src 'self';",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "looper.js"
      ]
    }
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0ea2d0e-ff93-433b-9a26-b58c4b10ac5a}"
    }
  }
}

Best ChatGPT Analyzer Alternatives

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