Telegram Multi-account

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

Co je Telegram Multi-account?

Telegram Multi-account je rozšíření Chrome vyvinuté Yana Project, a jeho hlavní funkcí je „Telegram Multi-account - Use more than one telegram account in the browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Telegram Multi-account

Stáhněte si soubory rozšíření Telegram Multi-account ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Telegram Multi-account Telegram Multi-account
ID jehpcklodflliemeoalmcpbbjhmibnoa
Oficiální URL https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa
Popis Telegram Multi-account - Use more than one telegram account in the browser.
Velikost souboru 51.11 KB
Počet instalací 250
Aktuální Verze 3.0.0
Poslední Aktualizace 2024-02-29
Datum Vydání 2022-11-16
Hodnocení 4.15/5 Celkem 13 Hodnocení
Vývojář Yana Project
E-mail [email protected]
Typ Platby in_app
URL Stránky Nápovědy https://t.me/iron_ed
URL Stránky Zásad Ochrany Soukromí https://cloudapi.stream/privacy.html
Podporované Jazyky 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\/*"
    ]
}