Messenger for Telegram™

Access to Telegram's web application in a separate window or tab and get notified when new messages received

Τι είναι το Messenger for Telegram™;

Το Messenger for Telegram™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "Access to Telegram's web application in a separate window or tab and get notified when new messages received".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Messenger for Telegram™

Λήψη αρχείων επέκτασης Messenger for Telegram™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension opens the official Telegram's web client in a sandboxed window or a browser tab. If an existing window is found, the extension activates the window without opening a new instance. Also, when the interface is open, the extension updates its badge number based on the total unread conversions that the user has. This number ignores muted conversions. Also, automatically updates when a conversion is read.

After installation, if you haven't used Telegram on this browser yet, you will need to login into your Telegram account. Simply, press the newly added icon on the toolbar area (the icon might be inside the extensions panel; if so pin the icon to the toolbar area). Now enter your Telegram's phone number and check another device that has a Telegram client on it. Enter the PIN code into the web client and wait for Telegram to sync your data. If you already have open Telegram tabs, make sure to refresh them for the extension to inject the badge monitoring script into these pages.

To protect user privacy, this extension does not send any data to any server whatsoever. It is only a shortcut to access your beloved messenger.

What is Telegram?
Telegram is a freeware, cross-platform, cloud-based instant messaging software and application service similar to WhatsApp and Signal messengers. The service also provides end-to-end encrypted video calling, VoIP, file sharing, and several other features.

-- Legal
This extension is an open-source project to open the official Telegram's web client. It has nothing to do with Telegram development and is an independent project.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Messenger for Telegram™ Messenger for Telegram™
ID inoloeomjfeclpophdghgoanggkahjcl
Επίσημο URL https://chromewebstore.google.com/detail/messenger-for-telegram/inoloeomjfeclpophdghgoanggkahjcl
Περιγραφή Access to Telegram's web application in a separate window or tab and get notified when new messages received
Μέγεθος Αρχείου 61.98 KB
Αριθμός Εγκαταστάσεων 1,018
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2022-04-30
Ημερομηνία Δημοσίευσης 2021-01-13
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής chandler.stimson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/telegram-messenger.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/telegram-messenger.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Messenger for Telegram\u2122",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "homepage_url": "https:\/\/add0n.com\/telegram-messenger.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": [],
    "commands": {
        "_execute_action": []
    }
}