@QT9277: Telegram 私密频道内容下不了?这问题太烦人了。录屏画质渣,截图存不了动图,求链接还要看人脸色。 搞定它只需要一个油猴脚本:Telegram Media Downloader。 核心功能: - 解锁所有下载权限(聊天、Stories…

X AI KOLs Timeline 工具

摘要

介绍一个油猴脚本 Telegram Media Downloader,用于解锁 Telegram 网页版中聊天、故事和私密频道的媒体下载权限,支持图片、视频、GIF、音频等多种格式。

Telegram 私密频道内容下不了?这问题太烦人了。录屏画质渣,截图存不了动图,求链接还要看人脸色。 搞定它只需要一个油猴脚本:Telegram Media Downloader。 核心功能: - 解锁所有下载权限(聊天、Stories、私密频道) - 支持所有媒体格式(图片、视频、GIF、音频) - 告别低效操作(录屏、截图、求链接) 三步安装: 浏览器先装好 Tampermonkey 插件,Chrome 或 Edge 最稳 去 Greasy Fork 搜 Telegram Media Downloader,一键安装 打开 Telegram 网页版,直接用,没有任何多余设置 开源地址:https://github.com/Neet-Nestor/Telegram-Media-Downloader… 注意:只支持网页版,手机端无效。开源透明,放心用。
查看原文
查看缓存全文

缓存时间: 2026/06/26 06:06

Telegram 私密频道内容下不了?这问题太烦人了。录屏画质渣,截图存不了动图,求链接还要看人脸色。

搞定它只需要一个油猴脚本:Telegram Media Downloader。

核心功能:

  • 解锁所有下载权限(聊天、Stories、私密频道)
  • 支持所有媒体格式(图片、视频、GIF、音频)
  • 告别低效操作(录屏、截图、求链接)

三步安装: 浏览器先装好 Tampermonkey 插件,Chrome 或 Edge 最稳 去 Greasy Fork 搜 Telegram Media Downloader,一键安装 打开 Telegram 网页版,直接用,没有任何多余设置

开源地址:https://github.com/Neet-Nestor/Telegram-Media-Downloader…

注意:只支持网页版,手机端无效。开源透明,放心用。


Neet-Nestor/Telegram-Media-Downloader

Source: https://github.com/Neet-Nestor/Telegram-Media-Downloader

Telegram Video Downloader / Telegram Media Downloader

Unlock Telegram: Download Anything You Like.

GitHub License Greasy Fork Version Greasy Fork Downloads

Overview

This user script unlocks and enables download of images, GIFs, audios, and videos in Telegram webapps from chats, stories, and even private channels where downloading is disabled or restricted.

(Note: some features are only available for specific Telegram webapp version. e.g. Audio message download is only available for the K webapp version.)

What are user scripts?

User scripts put you in control of your browsing experience. Once installed, they automatically make the sites you visit better by adding features, making them easier to use, or taking out the annoying bits. The user scripts on Greasy Fork were written by other users and posted to share with the world. They’re free to install and easy to use.

Installation

Greasy Fork

  1. install a user script manager

    To use user scripts you need to first install a user script manager. Which user script manager you can use depends on which browser you use.

    (Note, If you are using Tampermonkey extension in a Chrome-based browser, following instructions to enable Developer Mode.)

  2. Install this script by visiting Greasy Fork: https://greasyfork.org/scripts/446342-telegram-media-downloader

Manual Installation

  1. install a user script manager

    To use user scripts you need to first install a user script manager. Which user script manager you can use depends on which browser you use.

    (Note, If you are using Tampermonkey extension in a Chrome-based browser, following instructions to enable Developer Mode.)

  2. Open Tampermonkey Dashboard, drag & drop src/tel_download.js into it and clicks the “install” button

How to Use

This script only works on Telegram Webapp.

For channels and chats that allow saving content, this script will have no effect. Please just use the official download button provided by the telegram webapp instead.

For channels and chats that disable downloading and restrict saving content, this script will add the download button back for images, GIFs and videos.

Image Download GIF Download Video Download Story Download

For videos, a progress bar will show on the bottom-right corder after you started downloading. For images and audios, there won’t be a progress bar.

Supported Webapp Versions

There are 2 different versions of telegram webapps:

  • https://webk.telegram.org / https://web.telegram.org/k/ (Recommended)
  • https://webz.telegram.org / https://web.telegram.org/a/

This script should work on both versions of webapp, but some features are only available in the /k/ version (such as voice message downloads). If certain features are not working, switching to the /k/ version is recommended.

Check Downloading Progress

A progress bar will show on the bottom-right of the screen for videos. You can also check DevTools console for logs.

Contributing

We welcome contributions from the community! If you’d like to contribute to Telegram Media Downloader, follow these steps:

Reporting Issues

If you find a bug, compatibility issue, or have a feature request, please:

  1. Check if the issue has already been reported in the Issues tab.
  2. If not, create a new issue with a clear title and description. Attach screenshots or logs if applicable.

Submitting Pull Requests

  1. Fork the repository: Click on the “Fork” button in the top-right of the repo.

  2. Clone your fork:

    git clone https://github.com/YOUR-USERNAME/Telegram-Media-Downloader.git
    cd Telegram-Media-Downloader
    
  3. Create a new branch for your feature or bugfix:

    git checkout -b feature-or-bugfix-name
    

    Make your changes and ensure the script still works correctly on supported Telegram webapps.

  4. Make your changes and ensure the script still works correctly on supported Telegram webapps.

  5. Commit your changes with a descriptive message:

    git commit -m "Add feature/fix issue: Brief description"
    
  6. Push to your fork:

    git push origin feature-or-bugfix-name
    
  7. Submit a Pull Request (PR):

Development Guidelines

  • Keep your code clean and well-documented.
  • Follow the existing coding style.
  • Test your changes on both Telegram WebK and WebZ versions.
  • Ensure compatibility with major user script managers like Tampermonkey and Violentmonkey.

Help with Translations

We want Telegram Media Downloader to be accessible to users worldwide! If you’d like to help translate the script’s Greasy Fork page, follow these steps:

How to Contribute a Translation

Check for existing translations in the docs/greasyfork folder of the repository.

Add a new file in docs/.md, using the appropriate language code (e.g., docs/fr-FR.md for French, docs/de-DE.md for German).

Translate the content from docs/greasyfork/en-US.md into your language while keeping the formatting intact. Submit a Pull Request following the steps in the Submitting Pull Requests section above.

Language Codes

Use standard IETF Language Tag (e.g., es-ES for Spanish, ja-JP for Japanese). You can find a full list of codes here.

Support Author

If you like this script, you can support me via Venmo or buy me a coffee :)

相似文章

@manateelazycat: 这个万能下载器太牛逼了 你只需在微信里把视频链接发给机器人,系统会自动识别平台、解析下载、转码整理,并把视频回传到微信——全程无需打开电脑、无需复制粘贴到第三方网站 支持抖音、快手、微博、小红书、B站、微信视频号、YouTube、Inst…

X AI KOLs Timeline

介绍一个万能下载器,用户只需在微信中将视频链接发送给机器人,系统会自动识别平台、解析下载、转码并回传视频,支持抖音、YouTube等14+平台,内置ffmpeg和GPU硬件加速。