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.
Apa itu Telegram Web?
Telegram Web adalah ekstensi Chrome yang dikembangkan oleh https://telegram-web.allnigerianewspaper.com, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Telegram Web
Unduh file ekstensi Telegram Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kfimngopjnjocoeelbpbdakldjdnadfp |
URL Resmi | https://chrome.google.com/webstore/detail/telegram-web/kfimngopjnjocoeelbpbdakldjdnadfp |
Deskripsi | 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. |
Ukuran File | 14.68 KB |
Jumlah Instalasi | 30,630 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-02-03 |
Tanggal Publikasi | 2021-02-03 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | https://telegram-web.allnigerianewspaper.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.allnigerianewspaper.com/blog/telegram-web/ |
URL Halaman Kebijakan Privasi | https://www.allnigerianewspaper.com/privacy-policy.php |
Bahasa yang Didukung | 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" } } |