Telegram Web

Telegram Web use on your Windows 10/8.1/8/7/Vista/XP or Mac PC/Laptop, using this extension. Just click on the icon.

O que é Telegram Web?

Telegram Web é uma extensão do Chrome desenvolvida por https://telegram-web.allnigerianewspaper.com, e sua principal característica é "Telegram Web use on your Windows 10/8.1/8/7/Vista/XP or Mac PC/Laptop, using this extension. Just click on the icon.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Telegram Web

Baixe arquivos de extensão Telegram Web 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

                        Telegram Web is a web-based version of Telegram messenger on any desktop browser. It allows users to sync their mobile app of Telegram to the Desktop or PC version. Users can send and receive messages through it.

So, to install the extension click on "Add to Chrome". And start instant messaging with end-to-end encryption for secret chat.

How to Use?

1. Add the extension to your chrome browser.
2. Pin the "Telegram Web" to your extension toolbar.
3. Then, click on the icon >> Telegram Web >> sign in to your account with verification.
4. Now enjoy the features!

***Legal: This extension is not related in any way to Telegram FZ LLC.                    

Informações Básicas da Extensão

Nome Telegram Web Telegram Web
ID kfimngopjnjocoeelbpbdakldjdnadfp
URL Oficial https://chrome.google.com/webstore/detail/telegram-web/kfimngopjnjocoeelbpbdakldjdnadfp
Descrição Telegram Web use on your Windows 10/8.1/8/7/Vista/XP or Mac PC/Laptop, using this extension. Just click on the icon.
Tamanho do Arquivo 14.68 KB
Contagem de Instalações 30,630
Versão Atual 1.0.0
Última Atualização 2021-02-03
Data de Publicação 2021-02-03
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor https://telegram-web.allnigerianewspaper.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.allnigerianewspaper.com/blog/telegram-web/
URL da Página de Política de Privacidade https://www.allnigerianewspaper.com/privacy-policy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Telegram Web",
    "description": "Telegram Web use on your Windows 10\/8.1\/8\/7\/Vista\/XP or Mac PC\/Laptop, using this extension. Just click on the icon.",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "16": "icon\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon\/default.png",
        "default_title": "Telegram Web",
        "default_popup": "index.html"
    }
}