NopeCHA: CAPTCHA Solver
Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI.
什麼是NopeCHA: CAPTCHA Solver?
NopeCHA: CAPTCHA Solver是由https://nopecha.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI.”。
擴展截圖
下載NopeCHA: CAPTCHA Solver擴展crx文件
下載NopeCHA: CAPTCHA Solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | dknlfmjaanfblgfdfebhijalfmhmjjjo |
官方網址 | https://chromewebstore.google.com/detail/nopecha-captcha-solver/dknlfmjaanfblgfdfebhijalfmhmjjjo |
簡介 | Automatically solve reCAPTCHA, hCaptcha, FunCAPTCHA, AWS WAF, and text CAPTCHA using AI. |
檔案大小 | 123 KB |
安裝次數 | 109,827 |
目前版本 | v0.4.7 |
更新時間 | 2023-11-16 |
上架時間 | 2022-07-08 |
評分 | 3.20/5 共 413 次評分 |
開發者 | https://nopecha.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.nopecha.com |
說明頁面URL | https://www.nopecha.com/discord |
隱私政策頁面URL | https://www.nopecha.com/privacy |
支援的語言 | 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": [ " |