Web Messenger for Telegram™

Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received

Web Messenger for Telegram™ क्या है?

Web Messenger for Telegram™ Free Useful Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received"।

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

screenshot

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

crx प्रारूप में Web Messenger for Telegram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ever wanted to get notifications on your computer when you get a message on Telegram?

You can use this software to get notified instantly whenever you have a new message on Telegram.

Do you need to focus on work at times and just want to put your phone away to minimize all distractions?

You can still get alerts on Telegram in your browser when you install this software today.

Get notifications whenever there is a new message inside your Telegram groups.

The main goal of this extension is to allow you to have access to your Telegram chats on your computer. This allows you to
put away your phone and focus 100% on your work when you are at the computer.

Please note this extension was made by third party developers and it is NOT made by Telegram Inc.                    

एक्सटेंशन की मूल जानकारी

नाम Web Messenger for Telegram™ Web Messenger for Telegram™
ID ioiaefddekomapmdlmmkbolbogheipfj
आधिकारिक URL https://chromewebstore.google.com/detail/web-messenger-for-telegra/ioiaefddekomapmdlmmkbolbogheipfj
विवरण Launching Telegram web messenger from your browser in a separate window or tab and get notifications when new messages received
फ़ाइल का आकार 46.35 KB
स्थापना संख्या 682
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2022-05-18
प्रकाशन तिथि 2022-05-18
डेवलपर Free Useful Apps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "name": "Web Messenger for Telegram\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "homepage_url": "https:\/\/web-messenger-telegram.freespeedcheck.net\/",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": [],
    "commands": {
        "_execute_action": []
    }
}