Share via Telegram

Allows to share current page via Telegram messenger in just one click

What is Share via Telegram?

Share via Telegram is a Chrome extension developed by Telegram, and its main feature is "Allows to share current page via Telegram messenger in just one click".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Share via Telegram Extension CRX File

Download Share via Telegram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to share URL of the current page or selected text/link/image to the Telegram app.

'Reading your browsing history' permission is required to get the url of the page you're currently on.

Works with Telegram Desktop apps for Windows, MacOS and  Linux.                    

Extension Basic Information

Name Share via Telegram Share via Telegram
ID phhmllhhondgbkaifcompghkadamdanc
Official URL https://chromewebstore.google.com/detail/share-via-telegram/phhmllhhondgbkaifcompghkadamdanc
Description Allows to share current page via Telegram messenger in just one click
File Size 25.78 KB
Installation Count 1,958
Current Version 1.16
Last Updated 2022-12-29
Publish Date 2019-09-30
Rating 3.59/5 Total 54 Ratings
Developer Telegram
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/evgeniybobok/share_via_telegram/wiki/Privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Share via Telegram",
    "version": "1.16",
    "description": "Allows to share current page via Telegram messenger in just one click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Share Page via Telegram"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}