Telegram Sender Metjet

Scrape & invite Telegram group members, send bulk messages in Telegram.

Τι είναι το Telegram Sender Metjet;

Το Telegram Sender Metjet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://metjetsac.com, και η κύρια λειτουργία του είναι "Scrape & invite Telegram group members, send bulk messages in Telegram.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Telegram Sender Metjet

Λήψη αρχείων επέκτασης Telegram Sender Metjet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome extension helps you scrape any group members, send messages to many people, and add members to Group automatically. Use the extension, you don't need one by one sending off messages to all your customers anymore. you boost your work. It is very easy to use and saves a lot of time for you. 

And this extension doesn't require your account and password and runs only locally on your browser, so services don't depend on any 3rd parties.

Features:
✅ To bulk scrape usernames from Group
✅ To send bulk messages consecutively to list of usernames/Groups/phone numbers
✅ To bulk add members to Group automatically


Frequently Asked Questions: 
➢ 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 START SCRAPING button to scrape 

➢ How to Send Bulk Messages? 
1. Input a list of usernames/Groups/phone numbers
2. Input the message/sticker
3. Set the interval between two messages
4. Click START MESSAGING button to send it automatically 

If you collect more positive scores for your Telegram account by doing the above-mentioned activities, Telegram will find your account more authoritative and won't grow suspicions of your account activities. 
If you have more questions, feel free to join our group to discuss together, we have many partners here to discuss how to play with metjet (the link to the group is inside the Extension)


Note: Telegram Sender is an independent project and has no relationship to Telegram Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Telegram Sender Metjet Telegram Sender Metjet
ID ephkonpdbifahgjkhgphnbklldjhongm
Επίσημο URL https://chromewebstore.google.com/detail/telegram-sender-metjet/ephkonpdbifahgjkhgphnbklldjhongm
Περιγραφή Scrape & invite Telegram group members, send bulk messages in Telegram.
Μέγεθος Αρχείου 8.25 MB
Αριθμός Εγκαταστάσεων 185
Τρέχουσα Έκδοση 3.3.1
Τελευταία Ενημέρωση 2023-10-21
Ημερομηνία Δημοσίευσης 2023-10-18
Προγραμματιστής https://metjetsac.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://metjetsac.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.metjetsac.com/Tnc
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "Telegram Sender Metjet",
    "short_name": "Telegram Sender Metjet",
    "description": "Scrape & invite Telegram group members, send bulk messages in Telegram.",
    "version": "3.3.1",
    "author": "metjetsac.com",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "notifications",
        "scripting",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/*.web.telegram.org\/*",
        "http:\/\/*.web.telegram.org\/*",
        "https:\/\/metjetsac.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.js",
                "popup.css",
                "img\/invite_use_guide.png",
                "img\/message_use_guide.png",
                "img\/scrape_use_guide.png",
                "imgs\/logo.png",
                "imgs\/pinned.png",
                "imgs\/guide.png"
            ],
            "matches": [
                "https:\/\/*.web.telegram.org\/*",
                "http:\/\/*.web.telegram.org\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.web.telegram.org\/*",
                "http:\/\/*.web.telegram.org\/*",
                "https:\/\/*.teleplus.io\/*",
                "https:\/\/*.metjetsac.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}