ThreadsDownloader

Extract and download videos from Threads

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
phanhuyduong2003
일일 설치 수
1
총 설치 수
8
평점
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.