Push to Telegram

Push any web content directly to telegram desktop!

What is Push to Telegram?

Push to Telegram is a Chrome extension developed by ClippedIcarus, and its main feature is "Push any web content directly to telegram desktop!".

Extension Screenshots

screenshot
screenshot

Download Push to Telegram Extension CRX File

Download Push to 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

                        Share pages, links, media, and selected text through Telegram via right-click menu or extension icon. 


Telegram: t.me/ClippedIcarus
Github: https://github.com/Kaleb-Pace/push-to-telegram                    

Extension Basic Information

Name Push to Telegram Push to Telegram
ID kfbfihpkjhnbphofiejghdhckeofpgpf
Official URL https://chrome.google.com/webstore/detail/push-to-telegram/kfbfihpkjhnbphofiejghdhckeofpgpf
Description Push any web content directly to telegram desktop!
File Size 16.8 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 3.07/5 Total 14 Ratings
Developer ClippedIcarus
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push to Telegram",
    "version": "1.0.1",
    "description": "Push any web content directly to telegram desktop!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Push to Telegram"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}