Browser Extension · v0.1.1 · Last updated May 2026

VidPickr browser extension — one-click YouTube downloads, right from the page.

Install the VidPickr YouTube downloader extension in Chrome, Brave, Edge, or Opera — paste-free downloads with a button next to every video. Up to 8K, MP4, MP3, M4A, subtitles. Same in-browser engine as vidpickr.com: original quality, no re-encode, no server in the loop.

One click

Button on every YouTube page

Up to 8K

Original bitrate, no re-encode

No tracking

URLs never leave your browser

Sandboxed

2 permissions, audit the manifest

We detected Chrome

Install on Chrome — manual setup, ~30 seconds.

Chrome Web Store removes YouTube downloader extensions on sight (their policy 4.4), so we host the extension here and you install it directly. Same security model as any extension, just bypassing the store.

Download VidPickr v0.1.1~180 KB

Then follow the 4 steps below.

How to install — 4 steps

One time only. After this the extension stays installed forever.

1

Download the extension

Click the button. A zip file will land in your Downloads folder.

Download v0.1.1
2

Open the extensions page

Browsers don’t let webpages link to chrome:// URLs (security thing). Copy this and paste into your address bar:

Brave: brave://extensions · Edge: edge://extensions · Opera: opera://extensions

3

Enable "Developer mode"

Top-right corner of the extensions page. Flip the toggle on — three new buttons appear below it.

chrome://extensions
Extensions
Developer mode

No extensions installed yet

4

Drag the zip onto the page

Drag vidpickr-extension-v0.1.1.zip from your Downloads onto the extensions page. Chrome unpacks and installs it automatically. If drag-drop misbehaves, click Load unpackedinstead and pick the unzipped folder.

chrome://extensions
Extensions
Developer mode

Drop the .zip anywhere on this page

or use the Load unpacked button above

Done. Now visit any YouTube video.

A small VidPickr button appears next to the video title. Click it to pick quality and download. The popup also shows up when you click the extension icon in your browser’s toolbar.

Why isn’t this on the Chrome Web Store?

Google’s Chrome Web Store policy 4.4 forbids extensions that download from media-hosting sites that prohibit it in their terms — which means anything called “YouTube Downloader” gets pulled within hours. SaveFrom, Y2mate, and every long-running competitor have all been removed multiple times. Their current Chrome listings (when they exist) are usually disguised as “video helper” tools that don’t mention YouTube.

We could ship a watered-down store version that hides what it does. We’d rather just give you the real thing directly. The download is the same code we’d publish on the store; you’re skipping the store, not the review — Chromium itself still sandboxes the extension, restricts its permissions to what the manifest declares, and quarantines it if it tries to do something fishy.

Updates: Auto-update doesn’t work for off-store extensions, so when we ship a new version you’ll need to reinstall (the page will tell you when). We’ll email Plus subscribers when there’s a major change.

Frequently asked questions

Is the extension safe?
The code is small (under 200 KB). It only requests permission for youtube.com, runs entirely in your browser sandbox, and never sends data to our servers. Same architectural privacy story as vidpickr.com itself — your URLs never reach our infrastructure.
Why does Chrome say "Developer mode" needs to be on?
Chrome restricts non-Web-Store extensions to "developer mode" since 2014. The label is misleading — there’s nothing developer-only about the extension. It’s just where Chrome puts everything not coming from their store. Microsoft Edge calls the same toggle "Allow extensions from other stores."
Will Chrome remove the extension automatically?
No. Chrome only auto-removes Web Store extensions when Google flags them. Extensions you installed in developer mode stay until you remove them. Chrome occasionally warns you on startup — clicking past the warning is fine.
Does it work in Brave / Vivaldi / Arc?
Yes — all Chromium-based browsers support the same install flow. Brave is brave://extensions, Vivaldi is vivaldi://extensions, Arc uses chrome://extensions. The extension itself behaves identically.
What permissions does it ask for?
Only youtube.com and m.youtube.com host access (so it can read the page and overlay the download button), plus storage (to remember your default quality preference). No tab-history access, no all_urls, no clipboard. The manifest is in the zip — open manifest.json after extracting if you want to verify.
Does this skip the Plus subscription?
No. The extension uses the same download flow as the website, including the same quality limits — 4K and 8K still require Plus. Free tier covers up to 1080p with all formats.
Why not just use the website?
Either works. The extension shaves 2-3 clicks off the flow (no copy-paste of URLs, no opening a new tab) and adds an in-page button on every YouTube video. If you only download occasionally, the website is simpler. If you download more than once a week, the extension is meaningfully nicer.

Don’t want to install anything?

Use vidpickr.com directly

What the VidPickr extension does

On every YouTube watch page, the extension injects a small download button next to the video title. Clicking it opens a popup with the same format picker the website uses — every available resolution from 144p to 8K, audio- only options (M4A direct copy or MP3 at 320 kbps), and subtitle exports in SRT, VTT, or TXT. Pick a format, click download, and the file streams from YouTube’s CDN to your Downloads folder. No upload to any server, no queue, no “preparing your file” stall.

The extension uses the same in-browser muxing engine as the main web tool: WebCodecs to handle the stream, a fragmented MP4 muxer in JavaScript to combine video and audio, and the File System Access API to write directly to disk. The bytes you save are the same bytes YouTube serves to a browser playing the video — no transcoding, no quality loss, no fake-4K upscale.

Why use a YouTube downloader extension instead of a website?

Both work. The website is what you reach for when you download occasionally — paste a URL, click. The extension is what you reach for when downloading is part of a regular workflow: a podcast you save weekly, a creator whose videos you archive, a class you watch offline. Three concrete advantages:

  • Zero copy-paste. The extension already knows what video you’re looking at. The button is in the page next to the title; one click and you have the format picker.
  • Faster repeat downloads. Your default-quality preference persists between sessions, so the second click downloads the file directly without showing the picker.
  • No new tab. The download happens inline with whatever you were doing on YouTube — picking the next video to watch, scrolling recommendations, reading comments.

For a deeper comparison of approaches (browser-based vs desktop apps vs command-line yt-dlp), see Online vs Desktop YouTube Downloader: which one in 2026.

Browser support

The extension targets the Chromium family of browsers, which covers most of the desktop browsing market in 2026. The install flow described above works identically across:

  • Google Chrome — primary target, all features supported, chrome://extensions.
  • Brave — same code path, Brave’s built-in tracking protection plays nicely with the extension, brave://extensions.
  • Microsoft Edge — direct install supported now; Edge Add-ons store version pending Microsoft review (their YouTube-downloader policy is meaningfully less restrictive than Chrome’s).
  • Opera, Vivaldi, Arc — Chromium-based; install identically.
  • Firefox — Mozilla AMO submission pending. Firefox stable rejects unsigned extensions, so we cannot offer the direct-install fallback we have on Chromium browsers. Firefox users can use vidpickr.com directly until AMO approval lands.
  • Safari — Apple requires Safari extensions to be Mac App Store apps wrapping the extension. We do not currently ship a Safari version; Safari users should use the website.
  • Mobile browsers — extensions are not supported on Android Chrome or iOS Safari. Use vidpickr.com on iPhone or Android Chrome directly — the in-browser tool covers the same use cases.

Permissions and privacy

The extension declares two permissions in manifest.json:

  • Host access for www.youtube.com and m.youtube.com — needed so the extension can read the video metadata on the page (title, available qualities) and inject the download button into the video header.
  • storage API — saves your default-quality preference between sessions (e.g., “always pick 1080p MP4”).

The extension does not request access to: tab history, the broader web (no all_urls), the clipboard, the file system beyond the normal Downloads-folder scope, or any cookies outside the YouTube origin. The full manifest.json ships inside the zip — open it before installing if you want to verify what permissions are declared.

Architecturally, the privacy story is the same as the website: every byte flows YouTube CDN → your browser → your disk. Nothing about your downloads (URLs, filenames, formats, quantities) reaches our infrastructure. The extension makes no XHR or fetch calls to vidpickr.com domains during normal operation.

How updates work

Chromium disabled web-page-triggered extension updates in 2018, so off-store extensions like ours cannot auto-update. When we ship a new version we:

  • Bump the file on this page (version number in the download button).
  • Email Plus subscribers about meaningful changes.
  • Show an in-extension banner pointing back here when a newer version is available.

Reinstalling takes the same 30 seconds as the first install. Your preferences (default quality, format) carry over because the extension storage API persists across reinstalls of the same extension ID.

Why this extension is not on the Chrome Web Store

The honest answer: Chrome Web Store policy 4.4 forbids extensions whose primary purpose is downloading from media-hosting sites that prohibit it in their terms — which covers every YouTube downloader. Long-running competitors have all been removed from the Web Store multiple times for this reason. Their current Chrome listings (when they exist) are usually disguised as generic “video helper” tools that do not name YouTube anywhere in the listing copy.

We could ship a watered-down store version that hides what it does. We would rather give you the real thing directly. The download you get from this page is the same code that would have been on the store had Google not prohibited it. Chrome itself still sandboxes the extension, restricts it to the permissions it declared, and quarantines anything misbehaving — the store gating was a discovery layer, not a security one.

Frequently asked questions

Is the VidPickr extension safe to install?
Yes. The extension is under 200 KB, ships as a standard Chromium .zip, requests permission only for youtube.com host access plus storage (for saving your default-quality preference), and runs entirely inside the browser sandbox. No data ever reaches our servers — same architectural privacy story as vidpickr.com itself. The full manifest.json is inside the zip; you can open and review it before installing.
Why does Chrome require "Developer mode" to be on?
Chrome restricts extensions installed outside the Chrome Web Store to "Developer mode" since 2014. The label is misleading — there is nothing developer-only about the extension itself. It is just where Chrome puts everything that did not come from their store. Microsoft Edge calls the same toggle "Allow extensions from other stores," which is the more honest name for what it does.
Will Chrome remove the extension automatically over time?
No. Chrome only auto-removes extensions that came from the Web Store and were later flagged by Google. Extensions you installed manually in Developer mode stay until you remove them yourself. Chrome may show a warning banner on startup for the first few launches; clicking past it is fine and the warning eventually stops appearing.
Does the extension work in Brave, Vivaldi, Arc, and Opera?
Yes — every Chromium-based browser supports the same install flow. Brave uses brave://extensions, Vivaldi uses vivaldi://extensions, Opera uses opera://extensions, Arc uses chrome://extensions. The extension code itself behaves identically across all of them.
What permissions does the extension request?
Two: host access for www.youtube.com and m.youtube.com (so the extension can read the page and place a download button next to the video title), and the storage API (to remember your default-quality preference between sessions). It does not request tab history, all_urls, clipboard access, or any cross-origin permissions.
Why is the extension not on the Chrome Web Store?
Chrome Web Store policy 4.4 prohibits extensions that download from media-hosting sites that disallow it in their terms — which includes every YouTube downloader. Long-running competitors like SaveFrom and Y2mate have all been removed from the Web Store multiple times for this reason; their current listings (when they exist) are usually disguised as generic "video helper" tools that do not name YouTube. Rather than play that game, we ship the extension directly. The code is the same code we would publish on the store.
Does the extension support 4K and 8K downloads?
Yes. The extension uses the same in-browser download engine as vidpickr.com, including original-bitrate 4K (2160p) and 8K (4320p) when the source video provides them. 4K and 8K downloads still require a Plus subscription, same as the website.
How are extension updates delivered?
Auto-update from a webpage is not allowed by Chromium since 2018, so off-store extensions like ours do not auto-update. When we ship a new version we bump the file on this page and notify Plus subscribers by email. Reinstalling takes the same 30 seconds as the first install — your preferences carry over via the extension storage API.
Does the extension work on iPhone, iPad, or Android?
Mobile browsers do not support extensions in the way desktop browsers do — Chrome on Android explicitly disabled extension support, and iOS Safari extensions need to be Mac App Store apps wrapping them. For mobile, use vidpickr.com directly in your phone browser; the website covers the same use cases without needing an extension.
Is this extension free?
Yes, free to install and use. The free tier covers downloads up to 1080p in MP4 and MP3, plus subtitle export. Plus subscription ($19/mo, 3-day trial) unlocks 4K and 8K downloads, batch playlist scale, AI transcription with Whisper Large Turbo, and faster server-side processing where applicable.
Do I have to use the extension instead of the website?
Either works — they share the same download engine. The extension shaves 2–3 clicks off the flow (no copy-paste of URLs, no opening a new tab) and adds an in-page download button on every YouTube video. If you only download occasionally, the website is simpler. If you download more than once a week, the extension is meaningfully nicer.

Related tools

All free, all browser-based, all the same in-browser engine as the extension.

Don’t want to install anything?

The extension and the website share the same engine. If installing isn’t for you, paste any YouTube URL on the homepage and you get the same files in your Downloads folder.

Use vidpickr.com instead