andy-portmen / open-in-vlc

a browser extension to send media links to VLC media player
https://webextension.org/listing/open-in-vlc.html
Mozilla Public License 2.0
113 stars 54 forks source link

ConnectNative pass link variable to the local script #25

Closed nicolapreda closed 3 years ago

nicolapreda commented 3 years ago

Hi, I have a question I would like to ask you, as I am developing a similar extension to yours. How do you pass variables from the chrome extension with Connect Native to the local javascript file? I tried to look at the extension code but I don't understand how it works. Can you help me? Thanks: D

andy-portmen commented 3 years ago

I am not sure what you are trying to do.

Take a look at https://github.com/andy-portmen/open-in-vlc/blob/master/firefox/common.js#L22