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
Eメール [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\/*"
    ]
}