Telegram Pusher

Push URLs, images and notes to Telegram

Wat is Telegram Pusher?

Telegram Pusher is een Chrome-extensie ontwikkeld door OH1 Apps, en de belangrijkste functie is "Push URLs, images and notes to Telegram".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Telegram Pusher

Download Telegram Pusher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Telegram Pusher Telegram Pusher
ID ebhigbmhamklhjnaleccblonlaimplin
Officiële URL https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin
Beschrijving Push URLs, images and notes to Telegram
Bestandsgrootte 56.75 KB
Aantal Installaties 271
Huidige Versie 2.1
Laatst Bijgewerkt 2023-03-16
Publicatiedatum 2020-07-20
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar OH1 Apps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://oh1apps.github.io/telegram_pusher.html
Help Pagina-URL https://oh1apps.github.io/telegram_pusher.html
Ondersteunde Talen 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"
    }
}