The first Captcha could be filled by the extension.
Solution
The captcha text can be extracted from the DOM.
Alternatives
A neural net could be trained and deployed, it would be able to crack both captchas with a certain success rate. This would be hard to implement because browsers cannot run python, and writing a neural network in JS would be a pain, a server could be deployed, but it would have its own complications

The first Captcha could be filled by the extension.
Solution
The captcha text can be extracted from the DOM.
Alternatives
A neural net could be trained and deployed, it would be able to crack both captchas with a certain success rate. This would be hard to implement because browsers cannot run python, and writing a neural network in JS would be a pain, a server could be deployed, but it would have its own complications
