Copilot Chatbot Auto-Continue Clicker Firefox

Examine source code of Copilot Chatbot Auto-Continue Clicker

By: Dan
Inspect and view changes in Copilot Chatbot Auto-Continue Clicker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copilot Auto-Continue Clicker",
  "version": "1.6",
  "description": "Automatically clicks the 'Continue as email' button on copilot.microsoft.com, and auto-clicks dialog buttons on m365.cloud.microsoft/chat.",
  "content_scripts": [
    {
      "matches": [
        "https://copilot.microsoft.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://m365.cloud.microsoft/chat*"
      ],
      "js": [
        "content_m365.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{9bd037fa-7525-45ec-a5bb-65221d43a9ec}"
    }
  }
}

Best Copilot Chatbot Auto-Continue Clicker Alternatives

Here are some Firefox add-ons that are similar to Copilot Chatbot Auto-Continue Clicker: