Converting an add-on that runs executables to WebExtensions

Rasmus, although WebExtensions dont have direct access to the file system as of yet (and support for that is being considered), they do have access to downloadAPI. With that API, you can download files (such as a youtube video if you have the URL) to the user’s system. Unfortunately, you cannot open it in a native player, however.

1 Like