Telegram Multi-account
Telegram Multi-account - Use more than one telegram account in the browser.
Telegram Multi-account là gì?
Telegram Multi-account là một tiện ích mở rộng Chrome được phát triển bởi Yana Project, và tính năng chính của nó là "Telegram Multi-account - Use more than one telegram account in the browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Telegram Multi-account
Tải xuống các tệp mở rộng Telegram Multi-account dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Telegram Multi-account |
ID | jehpcklodflliemeoalmcpbbjhmibnoa |
URL Chính Thức | https://chromewebstore.google.com/detail/telegram-multi-account/jehpcklodflliemeoalmcpbbjhmibnoa |
Mô tả | Telegram Multi-account - Use more than one telegram account in the browser. |
Kích Thước Tệp | 51.11 KB |
Số Lần Cài Đặt | 250 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2022-11-16 |
Đánh Giá | 4.15/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Yana Project |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Trợ Giúp | https://t.me/iron_ed |
URL Trang Chính Sách Bảo Mật | https://cloudapi.stream/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |