nopecha-extension is a browser extension that automatically solves CAPTCHAs encountered during web automation.
The extension addresses the problem of CAPTCHAs blocking automated workflows by intercepting and solving them transparently within the browser. It works by integrating with browser automation frameworks, allowing scripts running in Selenium, Puppeteer, Playwright, and similar tools to proceed past CAPTCHA challenges without manual intervention. The extension handles multiple CAPTCHA types including reCAPTCHA, hCaptcha, FunCaptcha, Turnstile, AWS WAF CAPTCHA, PerimeterX, and text-based CAPTCHAs.
The tool suits developers building web scrapers, automated testing suites, or other browser automation workflows that encounter CAPTCHA protections. It is particularly valuable for legitimate automation tasks where CAPTCHA solving is necessary to access services programmatically. The extension integrates directly into the browser environment, making it compatible with any automation framework that controls a browser instance, rather than requiring framework-specific implementations.
The project shows active maintenance with regular updates addressing new CAPTCHA variants and browser compatibility issues. Development includes ongoing work to support emerging CAPTCHA types and maintain compatibility across different browser automation platforms. The codebase receives consistent refinement to handle edge cases in CAPTCHA detection and solving logic.