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.
什麼是Telegram Web?
Telegram Web是由https://telegram-web.allnigerianewspaper.com開發的Chrome擴展程式,該擴展的主要功能是“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.”。
擴展截圖
下載Telegram Web擴展crx文件
下載Telegram Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kfimngopjnjocoeelbpbdakldjdnadfp |
官方網址 | https://chrome.google.com/webstore/detail/telegram-web/kfimngopjnjocoeelbpbdakldjdnadfp |
簡介 | 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. |
檔案大小 | 14.68 KB |
安裝次數 | 30,630 |
目前版本 | 1.0.0 |
更新時間 | 2021-02-03 |
上架時間 | 2021-02-03 |
評分 | 3.00/5 共 3 次評分 |
開發者 | https://telegram-web.allnigerianewspaper.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.allnigerianewspaper.com/blog/telegram-web/ |
隱私政策頁面URL | https://www.allnigerianewspaper.com/privacy-policy.php |
支援的語言 | 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" } } |