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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}