Telegram Browser

Access to to the official Telegram (web version) in a stand-alone window.

Telegram Browser란 무엇입니까?

Telegram Browser은(는) malekizadereza075에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access to to the official Telegram (web version) in a stand-alone window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Telegram Browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our extension Telegram for Chrome is one of the most famous social networks today.  With it, you can easily communicate online with your relatives and friends.  You can also call them with calls and video calls, send stickers, emoticons and so on.  We hope that you will not have any problems using our product.  We made everything as convenient as possible, and most importantly, Telegram for Chrome is an absolutely free extension.Install Telegram for Chrome right now and join our users.  And you can do this using the link below.                    

확장 프로그램 기본 정보

이름 Telegram Browser Telegram Browser
ID jelojgjhjelahgpnagjbebbcedehkijl
공식 URL https://chromewebstore.google.com/detail/telegram-browser/jelojgjhjelahgpnagjbebbcedehkijl
설명 Access to to the official Telegram (web version) in a stand-alone window.
파일 크기 30.95 KB
설치 횟수 2,346
현재 버전 1.0
최근 업데이트 2021-10-08
출시 날짜 2021-10-08
개발자 malekizadereza075
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Access to to the official Telegram (web version) in a stand-alone window.",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bkg.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cnt.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        ""
    ]
}