Step 1 : Create a folder in C:\Recaptcha
Then unzip .crx file inside the folder
Step 2 : use in OpenBrowser this argument --load-extension=C:/Recaptcha
int maxDetectionRetries = 5;
int detectionDelayBetweenRetries = 2000;
int maxSolvingRetries = 60;
int solvingDelayBetweenRetries = 2000;
These variables define the maximum number of retries and delay intervals (in milliseconds) for detecting the presence of the CAPTCHA (maxDetectionRetries and detectionDelayBetweenRetries) and for solving it (maxSolvingRetries and solvingDelayBetweenRetries).
you only needs change to .zip and extract in “C” the folder called Recaptcha.
Read Instructions:
Step 1 : Create a folder in C:\Recaptcha
Then unzip .crx file inside the folder
Step 2 : use in OpenBrowser this argument --load-extension=C:/Recaptcha