Telegram Pusher
Push URLs, images and notes to Telegram
Что такое Telegram Pusher?
Telegram Pusher - это расширение Chrome, разработанное OH1 Apps, и его основная функция - "Push URLs, images and notes to Telegram".
Снимки экрана расширения
Скачать файл CRX расширения Telegram Pusher
Скачайте файлы расширений 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 |
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" } } |