Integrate Download Manager Kit with Google Chrome, Chromium and Edge.
- Intsall Download Manager Kit
- Intercept browser's download event.
- Use Uri protocol to launch UWP app. (Due to uwp restriction, currently there is no way to use SendMessage api from browser)
- User manually accept launching Uri from browser tab.
- Start downloading.
- Use native messaging to replace the Uri protocol in order to drop the step 3.
- Add url sniffing within browser like other download manager extension does.