Autogram - Telegram Scraper, Message, Invite

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

Cos'è Autogram - Telegram Scraper, Message, Invite?

Autogram - Telegram Scraper, Message, Invite è un'estensione di Chrome sviluppata da autogramextension, e la sua funzione principale è "Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Autogram - Telegram Scraper, Message, Invite

Scarica i file di estensione Autogram - Telegram Scraper, Message, Invite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Autogram - Telegram Scraper, Message, Invite Autogram - Telegram Scraper, Message, Invite
ID jfeijndekgjkaannbcpfmlfnemkenifo
URL Ufficiale https://chromewebstore.google.com/detail/autogram-telegram-scraper/jfeijndekgjkaannbcpfmlfnemkenifo
Descrizione Auto scrape unlimited Telegram members, add Telegram members to groups & send bulk Telegram massage
Dimensione del File 1 MB
Conteggio Installazioni 2,529
Versione Corrente 0.0.8
Ultimo Aggiornamento 2023-02-11
Data di Pubblicazione 2022-11-18
Valutazione 1.89/5 Totale 9 Valutazioni
Sviluppatore autogramextension
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
    }
}