MS Teams Beautifier

CSS tweaks to make MS Team look better until it looks better natively.

What is MS Teams Beautifier?

MS Teams Beautifier is a Chrome extension developed by michael.romer.de, and its main feature is "CSS tweaks to make MS Team look better until it looks better natively.".

Extension Screenshots

screenshot

Download MS Teams Beautifier Extension CRX File

Download MS Teams Beautifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CSS tweaks to make MS Teams look better until it looks better natively.                    

Extension Basic Information

Name MS Teams Beautifier MS Teams Beautifier
ID oacgaangchinnhemdcakdmiekopnfckl
Official URL https://chromewebstore.google.com/detail/ms-teams-beautifier/oacgaangchinnhemdcakdmiekopnfckl
Description CSS tweaks to make MS Team look better until it looks better natively.
File Size 3.49 KB
Installation Count 1,364
Current Version 0.1.0
Last Updated 2020-03-03
Publish Date 2020-03-02
Rating 4.75/5 Total 4 Ratings
Developer michael.romer.de
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MS Teams Beautifier",
    "version": "0.1.0",
    "description": "CSS tweaks to make MS Team look better until it looks better natively.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/teams.microsoft.com\/*"
            ]
        }
    ]
}