TG Sender - TG bulk message send and invite

Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram

TG Sender - TG bulk message send and inviteคืออะไร?

TG Sender - TG bulk message send and invite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teleplus.io และคุณลักษณะหลักของมันคือ "Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TG Sender - TG bulk message send and invite

ดาวน์โหลดไฟล์ส่วนขยาย TG Sender - TG bulk message send and invite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension helps you scrape any group members, send messages to many people, and add members to Group 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. 

And this extension doesn't require your account and password and runs only locally on your browser, so services don't depend on any 3rd parties.

Features:
✅ To bulk scrape usernames from Group
✅ To send bulk messages consecutively to list of usernames/Groups/phone numbers
✅ To bulk add members to Group automatically


Frequently Asked Questions: 
➢ How to Scrape Group Members?
1. Login account on web.telegram.org and check K version 
2. Click Group that you want to scrape
3. Set the number you want to scrape 
4. Click START SCRAPING button to scrape 

➢ How to Send Bulk Messages? 
1. Input a list of usernames/Groups/phone numbers
2. Input the message/sticker
3. Set the interval between two messages
4. Click START MESSAGING button to send it automatically 

➢ How to Invite Bulk Members to your Group? 
1. Login account on web.telegram.org and check K version 
2. Input a list of usernames or paste usernames from the clipboard 
3. Set the interval between two Invites 
4. Click START INVITING button to invite 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) on Telegram; This means that you can send messages to as many people as you want with your Telegram 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 Telegram 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 Telegram 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: Telegram Sender is an independent project and has no relationship to Telegram Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TG Sender - TG bulk message send and invite TG Sender - TG bulk message send and invite
ID kchbblidjcniipdkjlbjjakgdlbfnhgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tg-sender-tg-bulk-message/kchbblidjcniipdkjlbjjakgdlbfnhgh
คำอธิบาย Scrape Telegram group members and send bulk message, invite bulk members automatically on Telegram
ขนาดไฟล์ 14.28 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.4.10
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2022-08-13
คะแนน 4.54/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา https://teleplus.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://teleplus.io
URL หน้าช่วยเหลือ 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": "Telegram Sender",
    "description": "__MSG_desc__",
    "version": "3.4.10",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "notifications",
        "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",
                "imgs\/auto_reply_running.gif",
                "imgs\/*",
                "fonts\/*"
            ],
            "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"
        }
    ]
}