Greasy Fork 还支持 简体中文。

IMDB | Full Quality Image Downloader

Download full-resolution images from IMDB with a single click — both from the media viewer (gallery slideshow) and the gallery index (mosaic grid).

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
piknockyou
Instalaciones diarias
1
Instalaciones totales
5
Calificaciones
0 0 0
Versión
1.6
Creado
11/02/2026
Actualizado
19/03/2026
Tamaño
13.7 KB
Licencia
AGPL-3.0
Funciona en

☕ If you find this tool helpful & would like to support its maintenance, please consider leaving a tip on

ko-fi.com/piknockyou

Thank you! :-)


🖼 For a quick impression of this script, refer to the screenshots below.


IMDB | Full Quality Image Downloader

Download full-resolution images from IMDB with a single click — both from the media viewer (gallery slideshow) and the gallery index (mosaic grid).

Gallery mosaic grid view with download buttons on each tile

Gallery grid — download button on every tile

Media viewer with download button in toolbar

Media viewer — download button in the toolbar

Why You Need This

IMDB makes it surprisingly hard to save images:

  • Media viewer — Right-clicking the image gives you the generic browser context menu (as if clicking empty space). There's no "Save image as…" because a transparent overlay blocks it.
  • Gallery grid — Right-click works here, but only saves a tiny thumbnail — not the full-resolution original.
  • Manual URL editing — The full-quality files exist on IMDB's servers, but you'd have to strip resize parameters like _V1_FMjpg_UX1169_ from the URL yourself every time.

This script adds download buttons that automatically fetch the maximum available resolution — no URL editing, no workarounds.

What It Does

🎬 Media Viewer (Slideshow)

  • Download button in the toolbar — sits natively next to the gallery/share icons
  • Always downloads the currently visible image — correctly ignores preloaded prev/next images
  • Brief gold highlight + toast notification on click

🖼 Gallery Index (Mosaic Grid)

  • Download button on every tile — appears in the top-right corner on hover
  • Handles lazy loading — new tiles get buttons automatically as you scroll
  • Click downloads the image without opening the viewer

📐 Image Quality

Strips all resize/quality parameters from the URL:

Before: ...XkFqcGc@._V1_FMjpg_UX1169_.jpg
After:  [email protected]  ← original full resolution

Usage

ContextActionResult
Media viewerClick ⬇ button in toolbarDownloads current full-res image
Gallery gridHover tile → click ⬇ buttonDownloads that tile's full-res image

Works on all IMDB gallery types — titles, names, and any other section with a media viewer or image grid.

Installation

  1. Install Violentmonkey, Tampermonkey, or Greasemonkey
  2. Install this script
  3. Visit any IMDB page with images

Works immediately, no configuration needed.