WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SendMe Telegram

SendMe Telegram

View on Chrome Web Store
View SendMe Telegram Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (116 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows you to send links, images, maps, quotes from browser to your Telegram via bot.
Type
Extension
Users
6,000 users
500
Oleksandr Us
View author page of Oleksandr Us
Published
Published on July 14, 2015
Version 0.3.2
Manifest version
3
Updated
Updated on April 3, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View SendMe Telegram Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.3.2",
    "description": "__MSG_extDesc__",
    "author": "Oleksandr Us",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "menu_icon.png",
        "48": "sendme48.png",
        "128": "sendme128.png"
    },
    "action": {
        "default_icon": "sendme.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "sendme.css",
                "css\/toastr8.min.css"
            ],
            "js": [
                "js\/jquery2.min.js",
                "js\/toastr8.min.js",
                "sendme.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top