Web Messenger for Telegram™

Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received

Web Messenger for Telegram™란 무엇입니까?

Web Messenger for Telegram™은(는) Free Useful Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received"입니다.

확장 프로그램 스크린샷

screenshot

Web Messenger for Telegram™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever wanted to get notifications on your computer when you get a message on Telegram?

You can use this software to get notified instantly whenever you have a new message on Telegram.

Do you need to focus on work at times and just want to put your phone away to minimize all distractions?

You can still get alerts on Telegram in your browser when you install this software today.

Get notifications whenever there is a new message inside your Telegram groups.

The main goal of this extension is to allow you to have access to your Telegram chats on your computer. This allows you to
put away your phone and focus 100% on your work when you are at the computer.

Please note this extension was made by third party developers and it is NOT made by Telegram Inc.                    

확장 프로그램 기본 정보

이름 Web Messenger for Telegram™ Web Messenger for Telegram™
ID ioiaefddekomapmdlmmkbolbogheipfj
공식 URL https://chromewebstore.google.com/detail/web-messenger-for-telegra/ioiaefddekomapmdlmmkbolbogheipfj
설명 Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received
파일 크기 46.35 KB
설치 횟수 682
현재 버전 3.0.1
최근 업데이트 2022-05-18
출시 날짜 2022-05-18
개발자 Free Useful Apps
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "name": "Web Messenger for Telegram\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "homepage_url": "https:\/\/web-messenger-telegram.freespeedcheck.net\/",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": [],
    "commands": {
        "_execute_action": []
    }
}