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
官方網址 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\/*"
    ]
}