Telegram Browser

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

O que é Telegram Browser?

Telegram Browser é uma extensão do Chrome desenvolvida por malekizadereza075, e sua principal característica é "Access to to the official Telegram (web version) in a stand-alone window.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Telegram Browser

Baixe arquivos de extensão Telegram Browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Our extension Telegram for Chrome is one of the most famous social networks today.  With it, you can easily communicate online with your relatives and friends.  You can also call them with calls and video calls, send stickers, emoticons and so on.  We hope that you will not have any problems using our product.  We made everything as convenient as possible, and most importantly, Telegram for Chrome is an absolutely free extension.Install Telegram for Chrome right now and join our users.  And you can do this using the link below.                    

Informações Básicas da Extensão

Nome Telegram Browser Telegram Browser
ID jelojgjhjelahgpnagjbebbcedehkijl
URL Oficial https://chromewebstore.google.com/detail/telegram-browser/jelojgjhjelahgpnagjbebbcedehkijl
Descrição Access to to the official Telegram (web version) in a stand-alone window.
Tamanho do Arquivo 30.95 KB
Contagem de Instalações 2,346
Versão Atual 1.0
Última Atualização 2021-10-08
Data de Publicação 2021-10-08
Desenvolvedor malekizadereza075
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Access to to the official Telegram (web version) in a stand-alone window.",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bkg.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cnt.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        ""
    ]
}