subhra74 / xdm

Powerfull download accelerator and video downloader
https://xtremedownloadmanager.com/
GNU General Public License v2.0
6.76k stars 1.1k forks source link

mozila firefox browser monitoring not detect #971

Open lkt15 opened 1 year ago

lkt15 commented 1 year ago

Checklist

Description

WRITE DESCRIPTION HERE

Indreya commented 1 year ago
  1. Go to C:\Users(your profile name)\AppData\Local\XtremeDownloadManager
  2. Open "xdmff.native_host.json" with any text editor
  3. Edit the content to look like below

{ "name": "xdmff.native_host", "description": "Native messaging host for Xtreme Download Manager", "path": "E:\Apps\XDM\XDM.App.Host\xdm-app-host.exe", "type": "stdio", "allowed_extensions": ["xdm-integration-module@subhra74.github.io"] }

I was having the same problem. And someone posted the same fix and it worked

zeeshanali1993 commented 1 year ago

I had the same issue, so open the file as told by @Indreya and change the path. In my case the path was pointing to the "path": "C:\Program Files (x86)\XDM 8.0.14\XDM.App.Host\xdm-app-host.exe", whereas I have updated the XDM and is now on version 8.0.18 and path was updated but was not changed in the file. So I have to adjust it manually to the "path": "C:\Program Files (x86)\XDM\XDM.App.Host\xdm-app-host.exe" (my current path).