See More in Microsoft Teams

See More in Microsoft Teams

Automatically expand posts on Microsoft Teams. Instead of the controversial 'See more...' you'll see the actual content of conversations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "See More in Microsoft Teams",
  "version": "0.0.1",
  "description": "Automatically expand posts on Microsoft Teams. Instead of the controversial 'See more...' you'll see the actual content of conversations.",
  "content_scripts": [
    {
      "matches": [
        "https://teams.microsoft.com/*"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}