Download extension!

The reason this post is not a part of the CustomWebview post is because it is not doing anything with that extension. Its talking about a download extension. In my project I am using the extension CustomWebView by vknow360. I am currently using version 13. The download helper extension that comes with the latest full release only works with version 12 not 13 because of compatibility issues according to vknow. Is there any extensions that function like the downloadhelper or at least can do the code in this screenshot. My current project heavily relies on CWV version 13 and I am struggling to find and downloadhelper alternatives.

I have previously mentioned webviewextra to you.

The only other thing I can think of, and have not tried it, is to inject some javascript into the web page with the link or links you want to download. The javascript should contain a listener that can capture the full urls when clicked, return these via the webviewstring, and then the urls could be passed to the web component for download.