TelePlus - Multi-Accounts Sender
Multiple accounts to scrape group members, send bulk messages, add contacts by phone number on Telegram.
什么是TelePlus - Multi-Accounts Sender?
TelePlus - Multi-Accounts Sender是由tgmultisender开发的Chrome扩展程序,该扩展的主要功能是“Multiple accounts to scrape group members, send bulk messages, add contacts by phone number on Telegram.”。
扩展截图
下载TelePlus - Multi-Accounts Sender扩展crx文件
下载TelePlus - Multi-Accounts Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension helps you scrape any group members, search groups and people by location, send messages to many people automatically. Use the extension, you don't need one by one sending off messages to all your customers anymore. you boost your work. It is very easy to use and saves a lot of time for you. you can login your account by phone number, or upload session files to login multi accounts from sessions. then send messages with many accounts in the same time through API. And this extension doesn't save your info and runs only locally on your browser, so services don't depend on any 3rd parties. Features: ✅ Scrape unlimit members from any group ✅ Scrape nearby groups or people by specifical geo location ✅ To bulk scrape usernames from Group ✅ To send bulk messages consecutively to list of usernames/Groups/phone numbers ✅ Add multiple accounts to message at all once ✅ Import session files to login multiple accounts ✅ Send messages with session accounts Frequently Asked Questions: ➢ How to Scrape Group Members? 1. Login your account on extension 2. Enter a Group link that you want to scrape 3. Set the number you want to scrape 4. Click START SCRAPING button to scrape 5. You will get all memebrs in a short period of time ➢ How to Send Bulk Messages with Multiple accounts? 1. Login your accounts on extension 2. Input a list of usernames/Groups/phone numbers 3. Input the message/sticker 4. Set the interval between two messages 5. Click START MESSAGING button to send it automatically ➢ How many messages should we send per day to keep our Telegram account safe? There are no restrictions on sending messages to your mutual contacts (contacts you have already chatted with); This means that you can send messages to as many people as you want with your account and you would not face any problems. But the story is different for sending messages to strangers (contacts you have no chat history with). In general, depending on the positive score of your account, you can send up to 50 messages to strangers in one day. ➢ How can I get new accounts to send more messages? 1. Upload a photo for your profile and complete the profile information 2. If your account gets older (since the date of its creation) 3. And the most important point: when you chat with different people on Telegram and they respond to your messages, your account will receive more positive scores If you collect more positive scores for your account by doing the above-mentioned activities, Telegram will find your account more authoritative and won't grow suspicions of your account activities. If you have more questions, feel free to join our group to discuss together, we have many partners here to discuss how to play with TG Marketing (the link to the group is inside the Extension) Note: Teleplus Multi-accounts Sender is an independent project and has no relationship to Telegram Inc.
扩展基本信息
名称 | TelePlus - Multi-Accounts Sender |
ID | ihopneheidomphlibjllfheciogojmbk |
官方URL | https://chromewebstore.google.com/detail/teleplus-multi-accounts-s/ihopneheidomphlibjllfheciogojmbk |
简介 | Multiple accounts to scrape group members, send bulk messages, add contacts by phone number on Telegram. |
文件大小 | 12.68 MB |
安装次数 | 6,001 |
当前版本 | 2.2.5 |
更新时间 | 2024-02-29 |
上架时间 | 2023-07-15 |
评分 | 4.97/5 共33次评分 |
开发者 | tgmultisender |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://teleplus.io |
隐私政策页面URL | https://teleplus.io/teleplus-sender-private-policy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 3, "name": "__MSG_name__", "short_name": "MultiSender", "description": "__MSG_desc__", "version": "2.2.5", "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/logo.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/*.web.telegram.org\/*", "http:\/\/*.web.telegram.org\/*" ], "web_accessible_resources": [ { "resources": [ "popup.js", "popup.css", "img\/invite_use_guide.png", "img\/message_use_guide.png", "img\/scrape_use_guide.png", "imgs\/logo.png", "imgs\/pinned.gif", "imgs\/guide.png" ], "matches": [ "https:\/\/*.web.telegram.org\/*", "http:\/\/*.web.telegram.org\/*" ] } ], "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.web.telegram.org\/*", "http:\/\/*.web.telegram.org\/*", "https:\/\/*.teleplus.io\/*" ], "run_at": "document_end" } ] } |