Telegram Browser

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

Telegram Browser là gì?

Telegram Browser là một tiện ích mở rộng Chrome được phát triển bởi malekizadereza075, và tính năng chính của nó là "Access to to the official Telegram (web version) in a stand-alone window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telegram Browser

Tải xuống các tệp mở rộng Telegram Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Telegram Browser Telegram Browser
ID jelojgjhjelahgpnagjbebbcedehkijl
URL Chính Thức https://chromewebstore.google.com/detail/telegram-browser/jelojgjhjelahgpnagjbebbcedehkijl
Mô tả Access to to the official Telegram (web version) in a stand-alone window.
Kích Thước Tệp 30.95 KB
Số Lần Cài Đặt 2,346
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-10-08
Ngày Phát Hành 2021-10-08
Nhà Phát Triển malekizadereza075
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}