Telegram Pusher

Push URLs, images and notes to Telegram

Qu'est-ce que Telegram Pusher ?

Telegram Pusher est une extension Chrome développée par OH1 Apps, et sa fonction principale est "Push URLs, images and notes to Telegram".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Telegram Pusher

Téléchargez les fichiers d'extension Telegram Pusher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Telegram Pusher Telegram Pusher
ID ebhigbmhamklhjnaleccblonlaimplin
URL Officiel https://chromewebstore.google.com/detail/telegram-pusher/ebhigbmhamklhjnaleccblonlaimplin
Description Push URLs, images and notes to Telegram
Taille du Fichier 56.75 KB
Nombre d'Installations 271
Version Actuelle 2.1
Dernière Mise à Jour 2023-03-16
Date de Publication 2020-07-20
Évaluation 4.17/5 Total 6 Évaluations
Développeur OH1 Apps
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://oh1apps.github.io/telegram_pusher.html
URL de la Page d'Aide https://oh1apps.github.io/telegram_pusher.html
Langues Prises en Charge 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"
    }
}