API Custom Launch Browser Parameters/Plugins

Users can set custom launch parameters/plugins according to their needs when creating or updating a browser profile using the API interface.

The parameters are as follows:

"browserParams":"--load-extension=local path where the plugin is located\\"

For example:

"browserParams":"--load-extension=D:\\CookieEditor\\", it means that the folder of CookieEditor plugin is in the D disk.

You can refer to it when setting multiple plug-ins:

"browserParams":"--load-extension=D:\\CookieEditor,D:\\plugin2\\"


Note:

1. For API to create browser, please refer to "profile/create interface";

2. For API to update browser settings, please refer to "profile/update interface".


Custom launch parameters/plugins when creating a browser:


Update custom launch parameters/plugins using the API interface: