Having to install nodejs to run a browser extension sounds extremely dodgy! Normally extensions run exclusively within the browser, subject to its sandbox security model which is pretty good, but I'm guessing you had to run a nodejs process at the same time, which probably started a server the extension could then connect to in the background? May I ask which one it was?
Having to install nodejs to run a browser extension sounds extremely dodgy! Normally extensions run exclusively within the browser, subject to its sandbox security model which is pretty good, but I'm guessing you had to run a nodejs process at the same time, which probably started a server the extension could then connect to in the background? May I ask which one it was?