downloads-router-chrome-extension icon indicating copy to clipboard operation
downloads-router-chrome-extension copied to clipboard

doesnt work with chrome-extension

Open fap2this1 opened this issue 8 years ago • 4 comments

Hi I'm trying to make a chrome-extension route in your wonderfull downloads router configuration, but it doesn't seem to work.

This is what I tried: image

fap2this1 avatar Nov 19 '16 14:11 fap2this1

Anyone? Any suggestions?

markat1 avatar Dec 04 '16 18:12 markat1

Hi there!

Sorry, I haven't been able to dedicate any time to this as of late. I've never tried routing a download that's been triggered by an extension before -- I'd wager the actual source domain might look somewhat different to what you're trying to enter.

There's a way to figure this out, in case you're willing to try it out: Edit the manager.js file and add console.log(downloadItem) on line 104. After reloading, trigger a download and check the console output -- the actual source address should be visible in the printed object.

lfk avatar Dec 06 '16 20:12 lfk

thanks for reply! - I will try that!

fap2this1 avatar Dec 10 '16 20:12 fap2this1

I've added optional console output support (in my fork). You can check it out.

rstribrn avatar Jul 07 '21 12:07 rstribrn