TG Web - Use TG on Windows/Mac

Telegram Web is a web version of Telegram messenger on desktop browser. telegram for web apply to windows and Mac Pc.

Τι είναι το TG Web - Use TG on Windows/Mac;

Το TG Web - Use TG on Windows/Mac είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adtargetinghello, και η κύρια λειτουργία του είναι "Telegram Web is a web version of Telegram messenger on desktop browser. telegram for web apply to windows and Mac Pc.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TG Web - Use TG on Windows/Mac

Λήψη αρχείων επέκτασης TG Web - Use TG on Windows/Mac σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Telegram Web is a web-based version of messenger on any desktop browser. it apply to windows  and Mac Pc.

The extension feature allows us to send and receive online message on  Desktop PC or laptop. 

Through telegram for pc extension, users can send messages and exchange photos, videos, stickers, audio and files of any type.

This chrome extension has the same functionalities as the mobile phone and you can instantly send and receive messages faster than the mobile version. 

Any message that you send via this extension will also be available on mobile、windows/mac pc.

Key Features:
                         1. Simple online user interface
                         2. pc encrypted
                         3. chats access on windows/mac pc or laptop
                         4. Fast delivery
                         5. No limits of file size
                         6. Create group for up to 200,000 members.
                         7. Customize your web messenger.

How to Use?
                         1.Click “Add to Chrome” to add the extension to your browser.
                         2.After extension finishes installing,Pin the extension to your extension toolbar.
                         3.A page will appear, show qr code,sign in to your account with verification.
                         4.After verification, you will be now logged in into your account and all the messages will sync across the devices.
                         5.Now enjoy the features!

RECENT UPDATES:

                   1.0.5:
                        ● Update some web page styles;
                        ● Modify the login response time;

Disclaimer : 
Telegram is a trademark of Telegram FZ LLC, registered in the U.S. and other countries.

This extension is made by an independent development team, and it is not related in any way to the Telegram FZ LLC. 

All copyrights belong to their respective owners.                    

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

Όνομα TG Web - Use TG on Windows/Mac TG Web - Use TG on Windows/Mac
ID pffnmdadbkfkakjcelihcgkbinajpoel
Επίσημο URL https://chromewebstore.google.com/detail/tg-web-use-tg-on-windowsm/pffnmdadbkfkakjcelihcgkbinajpoel
Περιγραφή Telegram Web is a web version of Telegram messenger on desktop browser. telegram for web apply to windows and Mac Pc.
Μέγεθος Αρχείου 5.9 MB
Αριθμός Εγκαταστάσεων 4,709
Τρέχουσα Έκδοση 1.0.12
Τελευταία Ενημέρωση 2023-12-01
Ημερομηνία Δημοσίευσης 2022-08-01
Αξιολόγηση 4.97/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής adtargetinghello
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://teleplus.io/teleplus-sender-private-policy
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,fr,sw,vi,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,sv,cs,sr,bg,ru,gu,ta,te,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.12",
    "homepage_url": "https:\/\/teleplus.io\/",
    "description": "Telegram Web is a web version of Telegram messenger on desktop browser. telegram for web apply to windows and Mac Pc.",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icons\/icon128.png",
                "icons\/logo.png",
                "icons\/*.png",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}