Telegram Desktop - Telegram Online Messenger

Launching Telegram from your browser in a popup and get notifications when new messages received.

Telegram Desktop - Telegram Online Messenger란 무엇입니까?

Telegram Desktop - Telegram Online Messenger은(는) adtargetinghello에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launching Telegram from your browser in a popup and get notifications when new messages received."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Telegram Desktop - Telegram Online Messenger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Telegram Desktop provides the easiest way to check Telegram from your browser. Just click the icon on the toolbar, the telegram web side will be displayed in the small popup. And you can see the number of unread messages in real time.

Using this extension, you can no longer worry about not being able to check messages in time after closing client. It will remind you at any time when a friend sends a message.

features:
★ No need to enter your credentials.
★ make open client easy, close esay. 
★ open in your browser's toolbar popup.
★ notifies you every time something happens.
★ Cross-platform (Windows, Linux, MacOS X).

this extension don’t have a close button, so you can’t accidentally close dialog. and easy open with a click. All of the existing Pinned Tabs (when you close browser) will open as Pinned Tabs when you start browser again.

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

확장 프로그램 기본 정보

이름 Telegram Desktop - Telegram Online Messenger Telegram Desktop - Telegram Online Messenger
ID hifamcclbbjnekfmfgcalafnnlgcaolc
공식 URL https://chromewebstore.google.com/detail/telegram-desktop-telegram/hifamcclbbjnekfmfgcalafnnlgcaolc
설명 Launching Telegram from your browser in a popup and get notifications when new messages received.
파일 크기 2.25 MB
설치 횟수 3,478
현재 버전 1.0.8
최근 업데이트 2023-11-20
출시 날짜 2022-08-15
평점 3.67/5 총 3 개의 평점
개발자 adtargetinghello
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://teleplus.io/teleplus-sender-private-policy
지원되는 언어 en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Desktop - Telegram Online Messenger",
    "manifest_version": 3,
    "version": "1.0.8",
    "description": "Launching Telegram from your browser in a popup and get notifications when new messages received.",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.web.telegram.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "option.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.web.telegram.org\/*",
        "*:\/\/*.vesta.web.telegram.org\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules\/rule.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.web.telegram.org\/*",
                "*:\/\/*.vesta.web.telegram.org\/*"
            ]
        }
    ]
}