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文件

下載Telegram Browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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",
        ""
    ]
}