Microsoft Q&A Helper Firefox

Examine source code of Microsoft Q&A Helper

Inspect and view changes in Microsoft Q&A Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.4.0",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://learn.microsoft.com/*/answers/*"
      ],
      "js": [
        "content-bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "components/mention-bridge.js"
      ],
      "matches": [
        "*://learn.microsoft.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "msch@zaochih.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Microsoft Q&A Helper Alternatives

Here are some Firefox add-ons that are similar to Microsoft Q&A Helper: