Giphy Batch Export

Download GIFs from Giphy — single or batch with format selection

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
XX Tang
일일 설치 수
0
총 설치 수
0
평점
0 0 0
버전
1.0.0
생성일
2026-04-23
갱신일
2026-04-23
크기
32.1KB
라이선스
MIT
적용 사이트

Giphy Batch Export

A Tampermonkey userscript that adds single-GIF and batch download to any Giphy channel page.

Requirements

Tampermonkey (Chrome / Firefox / Safari)

Install

  1. Open Tampermonkey → Create a new script
  2. Paste the contents of giphy-downloader.user.js
  3. Save

Usage

Single GIF

Hover any GIF — a button appears. Click it and pick a format.

Batch download

Navigate to a Giphy channel (e.g. giphy.com/someuser). A Download All button appears in the footer bar next to the Privacy link. Click it, pick a format, and the script will:

  • Page through the full channel feed
  • Download each file with a 500 ms delay between requests
  • Retry up to 3× on rate-limit (429) or network errors
  • Stream files into ZIP archives, splitting at 500 MB
  • Prompt before downloading if the total exceeds 500 MB

Click Cancel at any time — already-downloaded files are saved as a partial ZIP.

Formats

Key Description
source Source GIF (original upload) — highest quality
original Original GIF
original_mp4 Original MP4

Output filenames

<title>_<id>.<ext> for individual files
<username>_<format>_<YYYYMMDD>[_partN].zip for batch ZIPs