Telegram for Chrome

Access to to the official Telegram (web version) in a stand-alone window.

What is Telegram for Chrome?

Telegram for Chrome is a Chrome extension developed by HellBiz, and its main feature is "Access to to the official Telegram (web version) in a stand-alone window.".

Extension Screenshots

screenshot
screenshot

Download Telegram for Chrome Extension CRX File

Download Telegram for Chrome 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

                        Telegram for Chrome extension allows you to have access to the official Telegram (web version) in a stand-alone window.

Please note that this extension only loads the official Telegram (web version) inside a stand-alone window with no intention on misleading users that this is the official extension, only trying to make access to the official web service simpler.

Telegram™ FAQ:
https://telegram.org/faq                    

Extension Basic Information

Name Telegram for Chrome Telegram for Chrome
ID djjkifoefibfoodilnhkmbhmadbgacni
Official URL https://chrome.google.com/webstore/detail/telegram-for-chrome/djjkifoefibfoodilnhkmbhmadbgacni
Description Access to to the official Telegram (web version) in a stand-alone window.
File Size 46.17 KB
Installation Count 199,356
Current Version 1.10
Last Updated 2016-12-20
Publish Date 2016-12-20
Rating 4.06/5 Total 396 Ratings
Developer HellBiz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram for Chrome",
    "description": "Access to to the official Telegram (web version) in a stand-alone window.",
    "version": "1.10",
    "icons": {
        "16": "icons\/016.png",
        "20": "icons\/020.png",
        "24": "icons\/024.png",
        "32": "icons\/032.png",
        "48": "icons\/048.png",
        "64": "icons\/064.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_icon": "icons\/020.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    }
}