Autogram - Telegram Scraper, Message, Invite

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

O que é Autogram - Telegram Scraper, Message, Invite?

Autogram - Telegram Scraper, Message, Invite é uma extensão do Chrome desenvolvida por autogramextension, e sua principal característica é "Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Autogram - Telegram Scraper, Message, Invite

Baixe arquivos de extensão Autogram - Telegram Scraper, Message, Invite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Autogram - Telegram Scraper, Message, Invite Autogram - Telegram Scraper, Message, Invite
ID jfeijndekgjkaannbcpfmlfnemkenifo
URL Oficial https://chromewebstore.google.com/detail/autogram-telegram-scraper/jfeijndekgjkaannbcpfmlfnemkenifo
Descrição Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage
Tamanho do Arquivo 1 MB
Contagem de Instalações 2,529
Versão Atual 0.0.8
Última Atualização 2023-02-11
Data de Publicação 2022-11-18
Classificação 1.89/5 Total de 9 Avaliações
Desenvolvedor autogramextension
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados 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"
    }
}