TG Downloader - Telegram Video Download

Download videos from every Telegram group or channel with one click.

Τι είναι το TG Downloader - Telegram Video Download;

Το TG Downloader - Telegram Video Download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adtargetinghello, και η κύρια λειτουργία του είναι "Download videos from every Telegram group or channel with one click.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TG Downloader - Telegram Video Download

Λήψη αρχείων επέκτασης TG Downloader - Telegram Video Download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a tool that helps users download videos to pc for free. It's free to use however we advise users not to download copyrighted content without users permision.

💬 Telegram Video Downloader features
✓ Download Videos or movies with one click
✓ No password, API login or permissions required
✓ Simple and easy to use
✓ 24/7 developer support

support download Telegram media, download link, download movie, download file, just like a downloader bot, download verything you want from any group or channel.

👉🏻You can download audio files if they are available.
👉🏻Video Downloader Extension offers you to download videos in multiple formats including MP4, M4A, 3GP from multiple sources which includes.
👉🏻Download video online directly via the this extension.

Its is easy  to download movies using our free tool by following this quick steps.You can download the videos to your pc and watch them later by following this simple steps.

📝 Disclaimer 
This extension does NOT belong or is related to the official Telegram application/website in any way. It is an unofficial app that is developed and maintained independently.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TG Downloader - Telegram Video Download TG Downloader - Telegram Video Download
ID ioiepomamdncfjkigofklhciigbonnlk
Επίσημο URL https://chromewebstore.google.com/detail/tg-downloader-telegram-vi/ioiepomamdncfjkigofklhciigbonnlk
Περιγραφή Download videos from every Telegram group or channel with one click.
Μέγεθος Αρχείου 4.51 MB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 3.1.6
Τελευταία Ενημέρωση 2024-03-07
Ημερομηνία Δημοσίευσης 2023-09-20
Αξιολόγηση 3.91/5 Συνολικά 113 Αξιολογήσεις
Προγραμματιστής adtargetinghello
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://teleplus.io
URL της Σελίδας Πολιτικής Απορρήτου https://teleplus.io/teleplus-sender-private-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "3.1.6",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/web.telegram.org\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "fonts\/*",
                "icons\/*",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}