Autogram - Telegram Scraper, Message, Invite

Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage

什麼是Autogram - Telegram Scraper, Message, Invite?

Autogram - Telegram Scraper, Message, Invite是由autogramextension開發的Chrome擴展程式,該擴展的主要功能是“Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Autogram - Telegram Scraper, Message, Invite擴展crx文件

下載Autogram - Telegram Scraper, Message, Invite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Autogram Extension: Auto Scrape Telegram members, Add Telegram Members and Send Bulk Massage.

Autogram features:
- Scrape unlimited usernames of members in Telegram groups.
- Add members to any Telegram Groups
- Auto send bulk message to list of users
- Unlimited actions per day
- Unlimited devices
- Multi-account support

🌟 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 SCRAPE button to scrape
5. Copy all usernames to use later

🌟 How to add members to your group or someone else's group?
- Open a group that you want to add members
- Paste all scraped usernames into the Invite tab
- Enter the number of usernames you want to add to group
- Click Invite to add member automatically

🌟 How to Send Bulk Messages to users?
1. Input a list of usernames to send message or paste from clipboard
2. Input the message
3. Click MESSAGING button to send automatically

Q&A:

🔥Are there any requirements?

Autogram extension run on Google Chrome and you need to login your Telegram account in web.telegram.org/k  
The Autogram extension only work in "K version".

🔥How to switch to Telegram K Version?

Go to web.telegram.org, click the three bars in the top left and click "Switch to K Version"

🔥How many messages I can send?

There is no exact limit for the Telegram message (DMs), but you should message up to 50 people at once.. You need to take 24 hours to break after hitting the limit. This limit from Telegram not from our extension.

🔥How many members I can add per day?

Being imposed by Telegram you can add 50-70 members per day with one account to many groups. You can change your Telegram account to add more members. By that way, you can add unlimited members to your groups.

🔥How many Telegram accounts can I use?

You can use extension for unlimited accounts and on unlimited devices

🔥Is Autogram Extension safe for my account?

Yes 100% safe. No need to give your passwords, number or API to use.


Disclaimer: Autogram does not belong or related to the official Telegram application / website in any ways. 


------------- RATE US -------------
If you like this extension, rate us and tell your friends about it.


------------- REACH US -------------
If you want to report a bug or have a feature request, please do not hesitate to reach us directly at [email protected]                    

擴展基本資訊

名稱 Autogram - Telegram Scraper, Message, Invite Autogram - Telegram Scraper, Message, Invite
ID jfeijndekgjkaannbcpfmlfnemkenifo
官方網址 https://chromewebstore.google.com/detail/autogram-telegram-scraper/jfeijndekgjkaannbcpfmlfnemkenifo
簡介 Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage
檔案大小 1 MB
安裝次數 2,529
目前版本 0.0.8
更新時間 2023-02-11
上架時間 2022-11-18
評分 1.89/5 共 9 次評分
開發者 autogramextension
電子郵箱 [email protected]
付費類型 in_app
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autogram - Telegram Scraper, Message, Invite",
    "description": "Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage",
    "version": "0.0.8",
    "icons": {
        "16": "images\/icon\/icon_16.png",
        "32": "images\/icon\/icon_32.png",
        "48": "images\/icon\/icon_48.png",
        "128": "images\/icon\/icon_128.png"
    },
    "action": {
        "default_popup": "main\/index.html"
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.web.telegram.org\/*",
        "http:\/\/*.web.telegram.org\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.web.telegram.org\/*",
                "http:\/\/*.web.telegram.org\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}