Telegram Multi-account

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

什么是Telegram Multi-account?

Telegram Multi-account是由Yana Project开发的Chrome扩展程序,该扩展的主要功能是“Telegram Multi-account - Use more than one telegram account in the browser.”。

扩展截图

screenshot

下载Telegram Multi-account扩展crx文件

下载Telegram Multi-account扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Telegram Multi-account Telegram Multi-account
ID jehpcklodflliemeoalmcpbbjhmibnoa
官方URL https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa
简介 Telegram Multi-account - Use more than one telegram account in the browser.
文件大小 51.11 KB
安装次数 250
当前版本 3.0.0
更新时间 2024-02-29
上架时间 2022-11-16
评分 4.15/5 共13次评分
开发者 Yana Project
电子邮箱 [email protected]
付费类型 in_app
帮助页面URL https://t.me/iron_ed
隐私政策页面URL https://cloudapi.stream/privacy.html
支持的语言 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\/*"
    ]
}