Telegram Pusher

Push URLs, images and notes to Telegram

什么是Telegram Pusher?

Telegram Pusher是由OH1 Apps开发的Chrome扩展程序,该扩展的主要功能是“Push URLs, images and notes to Telegram”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Telegram Pusher扩展crx文件

下载Telegram Pusher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        IF YOU EXPERIENCE DOUBLED MESSAGES AFTER INSTALL, PLEASE RESTART YOUR BROWSER!

v.2.1
- multiple bots/accounts can be added

With Telegram Pusher  you can easily deliver content from your browser to your Telegram chat.

Currently Telegram Pusher can send:
- current tab URL
- photo
- selected text
- link
- note

Configuration is straightforward and 100% secure - all data is sent by direct calls to Telegram API and isn't stored or routed anywhere else.
You can add as amny account as you wish, and easily push web content to any of them.                    

扩展基本信息

名称 Telegram Pusher Telegram Pusher
ID ebhigbmhamklhjnaleccblonlaimplin
官方URL https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin
简介 Push URLs, images and notes to Telegram
文件大小 56.75 KB
安装次数 271
当前版本 2.1
更新时间 2023-03-16
上架时间 2020-07-20
评分 4.17/5 共6次评分
开发者 OH1 Apps
电子邮箱 [email protected]
付费类型 free
扩展官网 https://oh1apps.github.io/telegram_pusher.html
帮助页面URL https://oh1apps.github.io/telegram_pusher.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Telegram Pusher",
    "short_name": "TelePush",
    "description": "Push URLs, images and notes to Telegram",
    "version": "2.1",
    "minimum_chrome_version": "93",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "assets\/t16.png",
        "32": "assets\/t32.png",
        "48": "assets\/t48.png",
        "128": "assets\/t128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "assets\/t16.png"
    }
}