aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.8k stars 290 forks source link

Suggestion: porting Companion App to Android now that we can run Chrome extensions (yes, including VDH) in browsers like Kiwi Browser. #107

Closed TehDomic closed 3 years ago

mi-g commented 3 years ago

I just gave it another look.

Native Messaging is the method, implemented into browsers, to allow extensions to talk to native applications (like the VDH coapp). From Chrome developer documentation, https://developer.chrome.com/docs/apps/nativeMessaging/ , there is nothing that tells where to put the manifest files. It's only for Windows, Mac and Linux. My understanding is that extensions running on Chrome/Android are not (yet?) able to use Native Messaging, making VDH only able to perform trivial downloads like a bunch of other extensions.

Please, reopen this issue if you think otherwise (and have some details i missed).