ChatGPT Execute Code button Firefox

Examine source code of ChatGPT Execute Code button

Inspect and view changes in ChatGPT Execute Code button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT Execute Code button",
  "version": "1.0.0",
  "description": "In ChatGPT, js code-blocks get a 'Execute Code' button, which allows js-code to be executed immediately in the context of the browser.",
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icon.png",
    "96": "icon@2x.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e7badb56-1c26-4d75-a01b-2b0021facaf0}"
    }
  }
}

Best ChatGPT Execute Code button Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Execute Code button: