Video DownloadHelper

Easy, smart and no tracking

CoApp not-recognized

DownloadHelper CoApp - Troubleshooting

If the coapp is not recognised by the extension, here are a few things you can try:

If you’re reporting an issue, please read this first

Make sure to read this document thoroughly. The answer of your problem is most likely in here. If you can’t find a solution to your problem, please report it, and include these information:

If the app is not recognized:

If the download video is not valid or missing audio:

Windows

Make sure you use Windows 64 bits, with Firefox 64 bits, with CoApp 64 bits, or Windows 32 bits, with Firefox 32 bits, with CoApp 32 bits.

You can check where the CoApp registered its manifests. Run these commands in a CMD prompt:

For 64 bits system:

reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Mozilla\NativeMessagingHosts\net.downloadhelper.coapp

For a 32 bits system:

reg query HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\NativeMessagingHosts\net.downloadhelper.coapp

If this returns nothing, something was wrong during the coapp installation process.

If this returns something, but it doesn’t point to an existing file, re-install the CoApp.

If this return something, and it does point to an existing file, your Firefox might be using the wrong architecture.

Windows - Antivirus

It’s possible that your Antivirus blocks the CoApp. Sadly, Antivirus can be overly protective. Our application is OpenSource, and not malicious in any way, you can look at the source code right here. Video Downloadhelper has been validated by Google, Microsoft and Mozilla organizations. We recommend either:

Windows - Installation Error

If you’re getting an error during installation, try installing after closing your browser (Firefox, Chrome, Edge).

Mac

After install, start the coapp (only one time after installation), this should re-register the app in the relevant browsers. If you use an old version of MacOS, see this.

Ubuntu (and Flatpak / Snap based systems)

First, make sure Ubuntu and Firefox are up to date. Firefox 122 on Ubuntu 22.04 had an issue that has been recently fixed.

Most of the time, the issue is a missed prompt. Firefox should have showed you a prompt to allow the coapp to communicate with the extension. Some people miss the prompt, or the prompt just never shows up. There’s no user interface to change that setting. To solve this, run these commands (even if you don’t use Flatpak):

~/.local/share/vdhcoapp/vdhcoapp install
# or (depending how it was installed)
/opt/vdhcoapp/vdhcoapp install # (not as root! Don't use sudo)

Followed by:

sudo apt-get install -y flatpak
flatpak permission-set webextensions net.downloadhelper.coapp snap.firefox yes

Firejail-based systems

See this comment.

KDE Neon (and AppArmor based systems)

Add /opt/vdhcoapp/vdhcoapp ux, to /etc/apparmor.d/local/usr.bin.firefox.

Then restart apparmor.service and Firefox.

Linux (all)

~/.local/share/vdhcoapp/vdhcoapp install
# or (depending how it was installed)
/opt/vdhcoapp/vdhcoapp install # (not as root! Don't use sudo)
~/.local/share/vdhcoapp/vdhcoapp --info
# or (depending how it was installed)
/opt/vdhcoapp/vdhcoapp --info