zluo01 / aria2-extension

GNU General Public License v3.0
20 stars 2 forks source link

pop up menu and auto downloading not working in chrome #910

Open tazihad opened 1 month ago

tazihad commented 1 month ago

when something donwloads the extension doesn't take over downloads in chrome. The popup menu of the file save not showing up. But firefox works fine. tested on chorme, brave

zluo01 commented 3 weeks ago

Can you provide any reproduction ?

tazihad commented 3 weeks ago

@zluo01

  1. Add extension to google chrome. Connect to aria2
  2. go to vlc: https://www.videolan.org/vlc/download-windows.html And download.
  3. Download is not captured by extension. Chrome default download manager is downloading. In firefox extension gets the download link
zluo01 commented 3 weeks ago

Error due to google remove webRequestBlocking in favor of declarative_net_request such that there is no way to block and take over download. The new declarative_net_request does not support actions at runtime and google does not accept submitting v2 extensions now so I cannot revert this back to old version to unblock this behavior.

I have update the chrome version on manifest V2 which should unblock this issue until google decides to not allow V2 extension globally.

tazihad commented 3 weeks ago

@zluo01 it's working now. so, manifest v3 is the curse afterall.