Telegram Multi-account

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

Telegram Multi-account क्या है?

Telegram Multi-account Yana Project द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Telegram Multi-account - Use more than one telegram account in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telegram Multi-account एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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\/*"
    ]
}