Telegram Pusher
Push URLs, images and notes to Telegram
O que é Telegram Pusher?
Telegram Pusher é uma extensão do Chrome desenvolvida por OH1 Apps, e sua principal característica é "Push URLs, images and notes to Telegram".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Telegram Pusher
Baixe arquivos de extensão Telegram Pusher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Telegram Pusher |
ID | ebhigbmhamklhjnaleccblonlaimplin |
URL Oficial | https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin |
Descrição | Push URLs, images and notes to Telegram |
Tamanho do Arquivo | 56.75 KB |
Contagem de Instalações | 271 |
Versão Atual | 2.1 |
Última Atualização | 2023-03-16 |
Data de Publicação | 2020-07-20 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | OH1 Apps |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://oh1apps.github.io/telegram_pusher.html |
URL da Página de Ajuda | https://oh1apps.github.io/telegram_pusher.html |
Idiomas Suportados | 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" } } |