Telegram Multi-account

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

What is Telegram Multi-account?

Telegram Multi-account is a Chrome extension developed by Yana Project, and its main feature is "Telegram Multi-account - Use more than one telegram account in the browser.".

Extension Screenshots

screenshot

Download Telegram Multi-account Extension CRX File

Download Telegram Multi-account extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Telegram Multi-account Telegram Multi-account
ID jehpcklodflliemeoalmcpbbjhmibnoa
Official URL https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa
Description Telegram Multi-account - Use more than one telegram account in the browser.
File Size 51.11 KB
Installation Count 250
Current Version 3.0.0
Last Updated 2024-02-29
Publish Date 2022-11-16
Rating 4.15/5 Total 13 Ratings
Developer Yana Project
Email [email protected]
Payment Type in_app
Help Page URL https://t.me/iron_ed
Privacy Policy Page URL https://cloudapi.stream/privacy.html
Supported Languages 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\/*"
    ]
}