Autogram - Telegram Scraper, Message, Invite

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

What is Autogram - Telegram Scraper, Message, Invite?

Autogram - Telegram Scraper, Message, Invite is a Chrome extension developed by autogramextension, and its main feature is "Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Autogram - Telegram Scraper, Message, Invite Extension CRX File

Download Autogram - Telegram Scraper, Message, Invite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Autogram - Telegram Scraper, Message, Invite Autogram - Telegram Scraper, Message, Invite
ID jfeijndekgjkaannbcpfmlfnemkenifo
Official URL https://chromewebstore.google.com/detail/autogram-telegram-scraper/jfeijndekgjkaannbcpfmlfnemkenifo
Description Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage
File Size 1 MB
Installation Count 2,529
Current Version 0.0.8
Last Updated 2023-02-11
Publish Date 2022-11-18
Rating 1.89/5 Total 9 Ratings
Developer autogramextension
Email [email protected]
Payment Type in_app
Supported Languages 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"
    }
}