Telegram Browser

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

Telegram Browser क्या है?

Telegram Browser malekizadereza075 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access to to the official Telegram (web version) in a stand-alone window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telegram Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}