Telegram Multi-account

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

Co to jest Telegram Multi-account?

Telegram Multi-account to rozszerzenie Chrome opracowane przez Yana Project, a jego główną funkcją jest „Telegram Multi-account - Use more than one telegram account in the browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Telegram Multi-account

Pobierz pliki rozszerzeń Telegram Multi-account w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Telegram Multi-account Telegram Multi-account
ID jehpcklodflliemeoalmcpbbjhmibnoa
Oficjalny URL https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa
Opis Telegram Multi-account - Use more than one telegram account in the browser.
Rozmiar pliku 51.11 KB
Liczba instalacji 250
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2022-11-16
Ocena 4.15/5 Łącznie 13 Oceny
Deweloper Yana Project
E-mail [email protected]
Typ Płatności in_app
Adres URL Strony Pomocy https://t.me/iron_ed
Adres URL Strony Polityki Prywatności https://cloudapi.stream/privacy.html
Obsługiwane Języki 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\/*"
    ]
}