NopeCHA: CAPTCHA Solver
Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI.
¿Qué es NopeCHA: CAPTCHA Solver?
NopeCHA: CAPTCHA Solver es una extensión de Chrome desarrollada por https://nopecha.com, y su función principal es "Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NopeCHA: CAPTCHA Solver
Descarga archivos de extensión NopeCHA: CAPTCHA Solver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Free for personal use. Works on all websites. Supported CAPTCHA types: - reCAPTCHA v2 - reCAPTCHA v3 - reCAPTCHA Enterprise - hCaptcha - hCaptcha Enterprise - FunCAPTCHA - AWS WAF CAPTCHA - Text-based CAPTCHA - Cloudflare Turnstile - Human (PerimeterX) How does it work? We use state-of-the-art deep learning algorithms by Google, Meta, Microsoft, and NVIDIA AI. When you encounter a CAPTCHA challenge, it is solved in the cloud, and our active learning pipeline automatically and continuously improves the AI. Simply put, as more users use our extension, our AI gets better at solving CAPTCHAs. When new CAPTCHA types are added, our AI learns to solve them in real-time! For more information, visit our website: https://nopecha.com View our documentation: https://developers.nopecha.com View project on GitHub: https://nopecha.com/github Contact us on Discord: https://nopecha.com/discord Firefox add-on: https://nopecha.com/firefox Join us on Discord for access to beta features!
Información Básica de la Extensión
Nombre | |
ID | dknlfmjaanfblgfdfebhijalfmhmjjjo |
URL Oficial | https://chromewebstore.google.com/detail/nopecha-captcha-solver/dknlfmjaanfblgfdfebhijalfmhmjjjo |
Descripción | Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI. |
Tamaño del Archivo | 123 KB |
Cantidad de Instalaciones | 109,827 |
Versión Actual | v0.4.7 |
Última Actualización | 2023-11-16 |
Fecha de Publicación | 2022-07-08 |
Calificación | 3.20/5 Total de 413 Calificaciones |
Desarrollador | https://nopecha.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.nopecha.com |
URL de la Página de Ayuda | https://www.nopecha.com/discord |
URL de la Página de Política de Privacidad | https://www.nopecha.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NopeCHA: CAPTCHA Solver", "version": "0.4.7", "description": "Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI.", "content_scripts": [ { "matches": [ "*:\/\/*.hcaptcha.com\/captcha\/*" ], "js": [ "eventhook.js", "captcha\/hcaptcha.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.google.com\/recaptcha\/*", "*:\/\/*.recaptcha.net\/recaptcha\/*" ], "js": [ "eventhook.js", "captcha\/recaptcha.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.arkoselabs.com\/fc\/*", "*:\/\/*.funcaptcha.com\/fc\/*", "*:\/\/*\/fc\/assets\/*" ], "js": [ "captcha\/funcaptcha.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/challenges.cloudflare.com\/cdn-cgi\/challenge-platform\/h\/b\/turnstile\/if\/ov2\/av0\/*", "*:\/\/challenges.cloudflare.com\/cdn-cgi\/challenge-platform\/h\/g\/turnstile\/if\/ov2\/av0\/*" ], "js": [ "eventhook.js", "captcha\/turnstile.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/nopecha.com\/setup" ], "js": [ "pages\/setup.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/nopecha.com\/integrate" ], "js": [ "pages\/integrate.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/nopecha.com\/demo\/funcaptcha" ], "js": [ "pages\/funcaptcha-demo.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ " |