Autogram - Telegram Scraper, Message, Invite

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

¿Qué es Autogram - Telegram Scraper, Message, Invite?

Autogram - Telegram Scraper, Message, Invite es una extensión de Chrome desarrollada por autogramextension, y su función principal es "Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Autogram - Telegram Scraper, Message, Invite

Descarga archivos de extensión Autogram - Telegram Scraper, Message, Invite en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Autogram - Telegram Scraper, Message, Invite Autogram - Telegram Scraper, Message, Invite
ID jfeijndekgjkaannbcpfmlfnemkenifo
URL Oficial https://chromewebstore.google.com/detail/autogram-telegram-scraper/jfeijndekgjkaannbcpfmlfnemkenifo
Descripción Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage
Tamaño del Archivo 1 MB
Cantidad de Instalaciones 2,529
Versión Actual 0.0.8
Última Actualización 2023-02-11
Fecha de Publicación 2022-11-18
Calificación 1.89/5 Total de 9 Calificaciones
Desarrollador autogramextension
Correo electrónico [email protected]
Tipo de Pago in_app
Idiomas Soportados 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"
    }
}