Telegram expander

Extension provide full screen version telegram.org

What is Telegram expander?

Telegram expander is a Chrome extension developed by anatoliy.developer, and its main feature is "Extension provide full screen version telegram.org ".

Download Telegram expander Extension CRX File

Download Telegram expander 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

                        Extension provide full screen version telegram.org                    

Extension Basic Information

Name Telegram expander Telegram expander
ID jhnmpdneklaeflddfphhpaleeaacjnej
Official URL https://chrome.google.com/webstore/detail/telegram-expander/jhnmpdneklaeflddfphhpaleeaacjnej
Description Extension provide full screen version telegram.org
File Size 18.74 KB
Installation Count 276
Current Version 1.0
Last Updated 2017-11-02
Publish Date 2017-11-02
Rating 5.00/5 Total 3 Ratings
Developer anatoliy.developer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram expander",
    "version": "1.0",
    "icons": {
        "16": "app\/icon.png",
        "48": "app\/icon.png",
        "128": "app\/icon.png"
    },
    "browser_action": {
        "default_icon": "app\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "css": [
                "app\/css\/main.css"
            ]
        }
    ]
}