/Telegram-Media-Downloader

A Tampermonkey script allowing you to download images and videos from Telegram web even if the group restricts downloading.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Telegram Media Downloader

A Tampermonkey script allowing you to download images and videos from Telegram web even if the group restricts downloading.

Installation

Greasy Fork

  1. Install Tampermonkey

  2. Install this script by visiting Greasy Fork:

    https://greasyfork.org/en/scripts/446342-telegram-media-downloader

Manual install

  1. Install Tampermonkey
  2. Open Tampermonkey Dashboard, drag & drop src/tel_download.js into it and clicks "install" button

Tampermonkey install button

Usage

This script will add a download button for every image and video opened on Telegram Web as shown below.

Image download button

Video download button

Known issues to resolve

  1. Not working for GIFs

    GIFs on web are actually presented as video. Need to handle GIFs specially.