I just took a look at the plugin, and it works pretty simple.
What you want to do to add chrome is add code to the “Customization” in the settings of the plugin
I personally don’t use chrome, but Brave and it would look like this:
{
"brave": [
"C:/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe"
]
}
So how it works:
Replace “brave” with “chrome”
Right click on your chrome application and click “Open File Location”.
Copy the path and change every “” with “/” as the plugin doesn’t seem to take those and give errors.
Make sure you add the application at the end of the path, in my case this is “brave.exe” in yours it most likely will be “chrome.exe”.
Now you should see an option “chrome” or in my case “brave”
Hope this helps
EDIT: Forgot to mention that my example is for Windows