gautamkrishnar / motrix-webextension

A browser extension for the Motrix Download Manager
GNU General Public License v3.0
1.21k stars 97 forks source link

Prompt before download is not working #136

Open anasabdulmoghny opened 11 months ago

anasabdulmoghny commented 11 months ago

If I Enable the "Prompt before download" setting the file gets downloaded by chrome instead of motrix, I have to turn it of to download the file via motrix

fxzxmicah commented 11 months ago

Same problem on Edge.

iris-aye commented 11 months ago

我的浏览器是edge的,我的情况是如果启用了“下载前提示”,则插件和桌面端都不工作。

sgpublic commented 9 months ago

Same problem:

gautamkrishnar commented 8 months ago

After migrating to Manifest v3 this is no longer supported by Chrome or Firefox. This feature will be removed.

We were using prompt() API

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts#background_script_environment

gautamkrishnar commented 8 months ago

let's keep this open for anyone in the future to implement an alternative method for this if its possible.

What was prompt before download?

Prompt before download was a feature that allowed users to type a path before downloading a file. File will be downloaded to the path.