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
公式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
Eメール [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",
        ""
    ]
}