I was wondering how is it possible to pass a download link from a web browser to a third-party application instead of letting the web browser downloading it directly. Of course a browser extension is required. But I'm asking for the way it's working. For example is it possible by using the command line? sockets? Or is there any better way to do that? What are the requirements in both application and extension side? Also I'm developing for Mac, so JavaScript ActiveX is not working here.
Regards