Enter Key Fix for AI Chatbots Firefox

Examine source code of Enter Key Fix for AI Chatbots

Inspect and view changes in Enter Key Fix for AI Chatbots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enter Key Fix for AI Chatbots",
  "version": "6.1.0",
  "description": "Optimizing the text input experience on AI chat platforms - Enter to move to the next line, Ctrl+Enter to send.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*",
        "*://chat.mistral.ai/*",
        "*://grok.com/*",
        "*://x.com/i/grok*",
        "*://felo.ai/*"
      ],
      "js": [
        "content-scripts/main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "AI Chat Enter Key Fixer",
    "default_icon": "icons/icon.svg"
  },
  "icons": {
    "128": "icons/icon.svg"
  },
  "web_accessible_resources": [
    "popup/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8702542c-8ea4-4399-8739-f7ddc3e82bae}"
    }
  }
}

Best Enter Key Fix for AI Chatbots Alternatives

Here are some Firefox add-ons that are similar to Enter Key Fix for AI Chatbots: