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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |