Maximize Telegram Web

Maximize Telegram Web so that large messages (like code samples) can be easily read

What is Maximize Telegram Web?

Maximize Telegram Web is a Chrome extension developed by maxlath, and its main feature is "Maximize Telegram Web so that large messages (like code samples) can be easily read".

Extension Screenshots

screenshot

Download Maximize Telegram Web Extension CRX File

Download Maximize Telegram Web 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

                        Maximize Telegram Web so that large messages (like code samples, logs, or any kind of preformatted text) can be easily read (see screenshots)                    

Extension Basic Information

Name Maximize Telegram Web Maximize Telegram Web
ID mbhckhjkdehemegdjaoajolbenoamcpf
Official URL https://chromewebstore.google.com/detail/maximize-telegram-web/mbhckhjkdehemegdjaoajolbenoamcpf
Description Maximize Telegram Web so that large messages (like code samples) can be easily read
File Size 24.9 KB
Installation Count 94
Current Version 1.0.0
Last Updated 2020-01-04
Publish Date 2020-01-04
Rating 5.00/5 Total 1 Ratings
Developer maxlath
Email [email protected]
Payment Type free
Help Page URL https://github.com/maxlath/maximize-telegram-web/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Maximize Telegram Web",
    "version": "1.0.0",
    "description": "Maximize Telegram Web so that large messages (like code samples) can be easily read",
    "icons": {
        "32": "icons\/logo.32.png",
        "48": "icons\/logo.48.png",
        "96": "icons\/logo.96.png",
        "128": "icons\/logo.128.png"
    },
    "content_scripts": [
        {
            "css": [
                "maximize.css"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ]
        }
    ]
}