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\/*"
    ]
}