ChatGPT Bottom Copy Code Button & Statistics Firefox

Examine source code of ChatGPT Bottom Copy Code Button & Statistics

Inspect and view changes in ChatGPT Bottom Copy Code Button & Statistics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Bottom Copy Code Button & Statistics",
  "version": "1.4.3",
  "description": "Adds an additional 'Copy Code' button and code statistics at the bottom of code snippets in ChatGPT.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "fonts/Inter-Regular.woff",
    "fonts/Inter-Regular.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d9b6c70-ca68-4950-bdec-60dfeab8abee}"
    }
  }
}

Best ChatGPT Bottom Copy Code Button & Statistics Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Bottom Copy Code Button & Statistics: