ThreadsDownloader

Extract and download videos from Threads

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
phanhuyduong2003
1日のインストール数
2
累計インストール数
7
評価
0 0 0
バージョン
1.1
作成日
2026/03/18
更新日
2026/03/18
大きさ
4.42KB
ライセンス
MIT2
対象サイト

Description

ThreadsExtract is a lightweight userscript that allows users to download videos directly from Threads with a single click.

The script automatically detects video elements on the page and injects a download button into the video player overlay for a seamless experience.


Features

  • Automatically detects videos on Threads
  • Adds a minimal download button to the video player
  • Downloads videos using the original source URL
  • Generates filenames in the format: ThreadsExtract_YYYYMMDD_HHmmss.mp4
  • Works with dynamically loaded content (infinite scroll)

How It Works

  1. The script scans for video player overlays using the attribute aria-label="Video player"
  2. It locates the corresponding <video> element within the same container
  3. A download button is injected into the overlay layer
  4. When clicked:
    • The script fetches the video source
    • Converts it into a Blob
    • Triggers a direct download

Installation

  1. Install a userscript manager such as Tampermonkey
  2. Install this script from GreasyFork
  3. Visit https://www.threads.com
  4. Open any post containing a video and click the download button

Notes

  • Some videos may not be downloadable due to CORS restrictions
  • The script depends on the current DOM structure of Threads and may require updates if the UI changes
  • The script does not bypass any platform restrictions

Privacy

This script does not collect, store, or transmit any user data.

All operations are performed locally within your browser.