Thumbnail Fetcher
Copy any thumbnail's direct URL — great for embedding or linking.
Preview a video's thumbnail at every available size, confirm its true resolution, and save the original file — no compression, no watermark, no account.
Direct programmatic downloads are blocked by YouTube's image servers (no CORS headers). The reliable way is Open in new tab → Save image as, which keeps the original file untouched.
Five sizes are checked: maxresdefault (1280×720, when it exists), sddefault (640×480), hqdefault (480×360), mqdefault (320×180), and default (120×90).
Each file is loaded and its actual pixel dimensions are read. If a size is missing — common for maxres and sd — it's flagged instead of shown as a grey box.
Open the size in a new tab and use your browser's Save image as. What you save is the exact original file — never re-encoded by this tool.
Paste the video link, pick a size tab (maxresdefault is the highest at 1280×720 when it exists), then click Open in new tab and choose Save image as. The tool always shows the real resolution the file is served at.
maxresdefault and sddefault are not generated for every video. When a size is missing YouTube serves a 120×90 grey placeholder instead of an error, so the downloader checks each file's real dimensions and flags missing sizes.
YouTube's image servers do not send CORS headers, so browsers block scripts from reading the image pixels and forcing a download. Opening the image in a new tab and using Save image as always works and keeps the original quality untouched.
Yes. Every tool on AntigleForge is free and runs entirely in your browser. Nothing is uploaded, stored, or processed on a server.