Telegram Pusher

Push URLs, images and notes to Telegram

Τι είναι το Telegram Pusher;

Το Telegram Pusher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OH1 Apps, και η κύρια λειτουργία του είναι "Push URLs, images and notes to Telegram".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}