TeleSender

TeleSender is a comprehensive tool for businesses and marketers looking to maximize their reach on Telegram

Co je TeleSender?

TeleSender je rozšíření Chrome vyvinuté Comodeau, a jeho hlavní funkcí je „TeleSender is a comprehensive tool for businesses and marketers looking to maximize their reach on Telegram“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TeleSender

Stáhněte si soubory rozšíření TeleSender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        TeleSender - Your Ultimate Telegram Marketing Companion

Looking for a powerful tool to supercharge your Telegram marketing efforts? Look no further than TeleSender! Our Chrome extension empowers you to automate and streamline your Telegram activities, whether you want to scrape group members, send bulk messages, or effortlessly invite users to your group. Say goodbye to time-consuming manual tasks and hello to efficiency.

🚀 Exclusive Offer for Early Birds! 🚀
Be among the FIRST 100 users to grab your 15% OFF coupon and unlock premium features! Coupon : EARLY100 🎉

Key Features:

🔍 Scraper:
TeleSender's Scrapper bot is your trusty companion for extracting users from any Telegram group or channel. It operates with precision, mimicking human behavior ensuring you get the results you need without ban.

🚀 API Scraper:
Need speed? Our API Scraper utilizes Telegram's API to swiftly extract users from any group or channel, making the process as smooth as can be.

✉️ Sender:
Say farewell to one-by-one messaging! TeleSender's Sender bot lets you send bulk messages to users, whether they are scraped users or your valued existing customers. It's a time-saving game-changer.

🤝 Inviter:
Expand your group or channel effortlessly with TeleSender's Inviter bot. Invite users, including those you've scraped from competitor groups, and watch your community grow.

Frequently Asked Questions:

🤔 How many users can I scrape?
Unlimited users! TeleSender is designed to work around the clock, ensuring you can scrape as many users as your heart desires.

📩 How many messages can I send per day to stay safe on Telegram?
Telegram's guidelines allow unlimited messaging to your mutual contacts, those you've already chatted with. When it comes to messaging strangers, the number varies based on your Telegram account's positive score. Typically, you can send between 100 to 1000 messages to strangers per day without any issues.

With TeleSender, you can transform your Telegram marketing strategy, save time, and unlock the full potential of this powerful platform. Plus, rest easy knowing that TeleSender operates locally in your browser, without requiring your account or password, ensuring your services remain independent of third parties.

Ready to revolutionize your Telegram marketing? Download TeleSender now and elevate your outreach to new heights.

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

----- Changelogs -----
#version 0.0.6
- Load all groups in less then 4 seconds
- Export usernames to Excel file
- Copy usernames button to clipboard
- Logs feature, see, copy and export logs
- Random delay improved to avoid ban
- large numbers of usernames via API supported
- Attach a photo or file to a message in API Sender
- Sessions Manager to save multiple sessions (using different phone numbers)
- Bugs fixed Bug
- API Inviter bug fixed
- Groups without username supported
- Contact Telesender team for bugs or features via telegram
- More features are coming soon...

#version 0.0.5
- features optimization

#version 0.0.4
-UI optimized
-license error fixed

#version 0.0.3
-Bugs fixed
-Random delay added

#version 0.0.2
-Scraper bug fixed
-UI enhanced

#version 0.0.1
Initial release                    

Základní Informace o Rozšíření

Název TeleSender TeleSender
ID dheoidjpflkdkiagoifgknpfidifoefg
Oficiální URL https://chromewebstore.google.com/detail/telesender/dheoidjpflkdkiagoifgknpfidifoefg
Popis TeleSender is a comprehensive tool for businesses and marketers looking to maximize their reach on Telegram
Velikost souboru 750 KB
Počet instalací 94
Aktuální Verze 0.0.6
Poslední Aktualizace 2024-01-16
Datum Vydání 2023-09-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Comodeau
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tele-sender.com
URL Stránky Nápovědy https://tele-sender.com/contact-us
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/comodeau
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.6",
    "author": "Comodeau",
    "name": "TeleSender",
    "description": "TeleSender is a comprehensive tool for businesses and marketers looking to maximize their reach on Telegram",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "clipboardRead",
        "clipboardWrite",
        "alarms",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "inviter.950575d8.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "sender.5400b08c.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "scrapper.5f27ec70.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.telegram.org\/*",
        "http:\/\/*.telegram.org\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.6316ad31.json"
            }
        ]
    }
}