Telegram Multi-account

Telegram Multi-account - Use more than one telegram account in the browser.

Cos'è Telegram Multi-account?

Telegram Multi-account è un'estensione di Chrome sviluppata da Yana Project, e la sua funzione principale è "Telegram Multi-account - Use more than one telegram account in the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Telegram Multi-account

Scarica i file di estensione Telegram Multi-account in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Telegram Multiple Accounts

Quite often, telegram users are faced with the fact that when working, it is necessary to work with two or more accounts, but this problem could only be solved with portable versions. We have solved this problem and give the opportunity to use more than 2 accounts in active access. There is a PRO version for active users.                    

Informazioni di Base sull'Estensione

Nome Telegram Multi-account Telegram Multi-account
ID jehpcklodflliemeoalmcpbbjhmibnoa
URL Ufficiale https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa
Descrizione Telegram Multi-account - Use more than one telegram account in the browser.
Dimensione del File 51.11 KB
Conteggio Installazioni 250
Versione Corrente 3.0.0
Ultimo Aggiornamento 2024-02-29
Data di Pubblicazione 2022-11-16
Valutazione 4.15/5 Totale 13 Valutazioni
Sviluppatore Yana Project
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://t.me/iron_ed
URL della Pagina della Politica sulla Privacy https://cloudapi.stream/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Telegram Multi-account",
    "description": "Telegram Multi-account - Use more than one telegram account in the browser.",
    "version": "3.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "document_start.js"
            ],
            "css": [
                "telegram_.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "telegram_.js",
                "telegram_.css",
                "telegram.js"
            ],
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ]
}