Telegram Sender - Scrape & Send bulk messages

Scrape Telegram group members and send bulk message automatically on Telegram

Telegram Sender - Scrape & Send bulk messages là gì?

Telegram Sender - Scrape & Send bulk messages là một tiện ích mở rộng Chrome được phát triển bởi Autogram, và tính năng chính của nó là "Scrape Telegram group members and send bulk message automatically on Telegram".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telegram Sender - Scrape & Send bulk messages

Tải xuống các tệp mở rộng Telegram Sender - Scrape & Send bulk messages 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 Sender | Telegram Scraper, Send Bulk Message for Telegram

Scrape Telegram group members and send bulk message automatically on Telegram

Telegram Sender is a Chrome extension by which you can scrape group members, send bulk messages automatically.

No more one by one sending off messages to all your customers.
Telegram Sender Extension will help you boost your work. It is very easy to use and save a lot of time for you. Try Telegram Sender Extension now!

★ Safe and Secure
Telegram Sender doesn't require your Telegram account and password
Telegram Sender runs only locally on your browser so services don't depend on any 3rd parties

★ How to Scrape Telegram Group Members?

1. Login your Telegram account on (web.telegram.org) (Old Version)
2. Click on the group that you want to scrape
3. Set the number of usernames you want to scrape
4. Click START SCRAPING

★ How to Send Bulk Messages?

1. Input a list of Telegram username to send message
2. Set the message that you want to send
3. Set the interval between messages. (15 to 20 seconds is recommended)
4. Click START MESSAGING

#telegram #telegramsender #telegrammessage                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Telegram Sender - Scrape & Send bulk messages Telegram Sender - Scrape & Send bulk messages
ID ognghalmdjldjechjlmmecokeohddndp
URL Chính Thức https://chrome.google.com/webstore/detail/telegram-sender-scrape-se/ognghalmdjldjechjlmmecokeohddndp
Mô tả Scrape Telegram group members and send bulk message automatically on Telegram
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 775
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-09-10
Ngày Phát Hành 2021-09-06
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Autogram
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram Sender - Scrape & Send bulk messages",
    "short_name": "Telegram Sender",
    "description": "Scrape Telegram group members and send bulk message automatically on Telegram",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "interface.html",
        "default_title": "Telegram Sender"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.web.telegram.org\/*",
        "http:\/\/*.web.telegram.org\/*"
    ]
}