Telegram Pusher
Push URLs, images and notes to Telegram
Telegram Pusher क्या है?
Telegram Pusher OH1 Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Push URLs, images and notes to Telegram"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Telegram Pusher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |