Chrome extension on but can't communicate

all of sudden studio can’t communicate with chrome anymore, I reinstalled the extension but didn’t help. Please help!

Try running these commands one by one in a cmd.exe console as administrator:

reg add "HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist" /v "1" /t REG_SZ /d "com.uipath.chromenativemsg_v2" /f

reg add "HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist" /v "2" /t REG_SZ /d "com.uipath.portable_host" /f

reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v "DeveloperToolsAvailability" /t REG_DWORD /d 1 /f

reg add "HKLM\SOFTWARE\Policies\Google\Chrome" /v "NativeHostsExecutablesLaunchDirectly" /t REG_DWORD /d 1 /f

setx UIPATH_OPEN_BROWSER_TIMEOUT_SECONDS "120" /M

setx UIPATH_ENABLE_OPEN_BROWSER_RETRY "1" /M

Close the Chrome browser
Retry to run the automation again.

Does it help?