Google Gemini + Ecosia-AI + m365 chat Wide Content Firefox

Examine source code of Google Gemini + Ecosia-AI + m365 chat Wide Content

By: Dan
Inspect and view changes in Google Gemini + Ecosia-AI + m365 chat Wide Content source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Gemini + Ecosia + m365 Wide Content",
  "version": "8.4",
  "description": "Toggle max-width for Gemini, Ecosia Chat & m365 Copilot, adds a draggable splitter for Gemini panels, and displays a privacy warning about Gemini chat access.",
  "permissions": [
    "storage",
    "tabs",
    "https://gemini.google.com/*",
    "https://www.ecosia.org/*",
    "https://m365.cloud.microsoft/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle Wide Mode",
    "default_icon": {
      "16": "narrow.png",
      "32": "narrow.png",
      "48": "narrow.png",
      "128": "narrow.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content_gemini.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.ecosia.org/*"
      ],
      "js": [
        "content_ecosia.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://m365.cloud.microsoft/chat*"
      ],
      "js": [
        "content_copilot.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "link.png"
  ],
  "icons": {
    "16": "narrow.png",
    "32": "narrow.png",
    "48": "narrow.png",
    "128": "narrow.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@GeminiWideContentToggle.dan",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Google Gemini + Ecosia-AI + m365 chat Wide Content Alternatives

Here are some Firefox add-ons that are similar to Google Gemini + Ecosia-AI + m365 chat Wide Content: