Autofill for Code Web Chat Firefox

Examine source code of Autofill for Code Web Chat

Inspect and view changes in Autofill for Code Web Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Robert Piosik",
  "name": "Autofill for Code Web Chat",
  "short_name": "CWC",
  "description": "Got tired with copy and paste? Enable prompt autofill!",
  "version": "1.117.0",
  "homepage_url": "https://github.com/robertpiosik/CodeWebChat",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "contextualIdentities"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://aistudio.google.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/",
        "https://chat.deepseek.com/",
        "https://www.doubao.com/chat/",
        "https://gemini.google.com/*",
        "https://github.com/copilot/*",
        "https://grok.com/*",
        "https://huggingface.co/chat/",
        "https://arena.ai/*",
        "https://www.kimi.com/",
        "https://www.meta.ai/",
        "https://chat.mistral.ai/*",
        "http://openwebui/",
        "https://openrouter.ai/chat*",
        "https://chat.qwen.ai/*",
        "https://chat.together.ai/",
        "https://yuanbao.tencent.com/chat*",
        "https://chat.z.ai/",
        "http://localhost/"
      ],
      "js": [
        "send-prompt-content-script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Autofill for Code Web Chat",
    "default_popup": "popup.html"
  },
  "optional_permissions": [
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bad343b4-0c09-4349-bd29-12501c6f4c88}"
    }
  }
}

Best Autofill for Code Web Chat Alternatives

Here are some Firefox add-ons that are similar to Autofill for Code Web Chat: