Telegram Desktop - Telegram Online Messenger

Launching Telegram from your browser in a popup and get notifications when new messages received.

Telegram Desktop - Telegram Online Messenger क्या है?

Telegram Desktop - Telegram Online Messenger adtargetinghello द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launching Telegram from your browser in a popup and get notifications when new messages received."।

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

screenshot
screenshot

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

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

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

                        Telegram Desktop provides the easiest way to check Telegram from your browser. Just click the icon on the toolbar, the telegram web side will be displayed in the small popup. And you can see the number of unread messages in real time.

Using this extension, you can no longer worry about not being able to check messages in time after closing client. It will remind you at any time when a friend sends a message.

features:
★ No need to enter your credentials.
★ make open client easy, close esay. 
★ open in your browser's toolbar popup.
★ notifies you every time something happens.
★ Cross-platform (Windows, Linux, MacOS X).

this extension don’t have a close button, so you can’t accidentally close dialog. and easy open with a click. All of the existing Pinned Tabs (when you close browser) will open as Pinned Tabs when you start browser again.

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

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

नाम Telegram Desktop - Telegram Online Messenger Telegram Desktop - Telegram Online Messenger
ID hifamcclbbjnekfmfgcalafnnlgcaolc
आधिकारिक URL https://chromewebstore.google.com/detail/telegram-desktop-telegram/hifamcclbbjnekfmfgcalafnnlgcaolc
विवरण Launching Telegram from your browser in a popup and get notifications when new messages received.
फ़ाइल का आकार 2.25 MB
स्थापना संख्या 3,478
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2022-08-15
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर adtargetinghello
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://teleplus.io/teleplus-sender-private-policy
समर्थित भाषाएँ en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Desktop - Telegram Online Messenger",
    "manifest_version": 3,
    "version": "1.0.8",
    "description": "Launching Telegram from your browser in a popup and get notifications when new messages received.",
    "default_locale": "en",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.web.telegram.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "option.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.web.telegram.org\/*",
        "*:\/\/*.vesta.web.telegram.org\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules\/rule.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.web.telegram.org\/*",
                "*:\/\/*.vesta.web.telegram.org\/*"
            ]
        }
    ]
}