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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://t.me/iron_ed
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}