Telegram Multi-account

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

Telegram Multi-accountคืออะไร?

Telegram Multi-account เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yana Project และคุณลักษณะหลักของมันคือ "Telegram Multi-account - Use more than one telegram account in the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Telegram Multi-account

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}