Telegram Pusher
Push URLs, images and notes to Telegram
Telegram Pusher là gì?
Telegram Pusher là một tiện ích mở rộng Chrome được phát triển bởi OH1 Apps, và tính năng chính của nó là "Push URLs, images and notes to Telegram".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Telegram Pusher
Tải xuống các tệp mở rộng Telegram Pusher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Telegram Pusher |
ID | ebhigbmhamklhjnaleccblonlaimplin |
URL Chính Thức | https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin |
Mô tả | Push URLs, images and notes to Telegram |
Kích Thước Tệp | 56.75 KB |
Số Lần Cài Đặt | 271 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2020-07-20 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | OH1 Apps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://oh1apps.github.io/telegram_pusher.html |
URL Trang Trợ Giúp | https://oh1apps.github.io/telegram_pusher.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |