VMLogin software supports customizing launch browser parameters and auto-loading local plug-ins directly in the client. It also supports setting using the API interface.
Setting parameters:
--load-extension="C:\Users\Vmlogin\my-Plugin" to automatically load the plugin when the browser launch.
If you want to load more than one plugin can be set like this:
--load-extension="D:\my-Plugin1,D:\my-Plugin2"
For details, please refer to "Browser Plugin Tutorial" and "API Settings Plugin Tutorial".