reCAPTCHA Solver: auto captcha bypass
An extension to automatically solve any type reCAPTCHA
reCAPTCHA Solver: auto captcha bypassคืออะไร?
reCAPTCHA Solver: auto captcha bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uncaptcher และคุณลักษณะหลักของมันคือ "An extension to automatically solve any type reCAPTCHA"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reCAPTCHA Solver: auto captcha bypass
ดาวน์โหลดไฟล์ส่วนขยาย reCAPTCHA Solver: auto captcha bypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
reCAPTCHA Solver: auto captcha bypass extension An extension to automatically solve any type reCAPTCHA. Supported: - reCAPTCHA v2 - reCAPTCHA v3 - reCAPTCHA Enterprise How does it work. To get your API key you need to create an account on the solving service. Without API key extensions do not work. A browser addon assists users in solving difficult captchas by completing reCAPTCHA on all websites. It is not guaranteed that challenges are always solved. The limitations of the technology need to be considered. Motivation The difficulty of captchas can be so out of balance, that sometimes they seem friendlier to bots than they are to humans. The goal of the project is to improve experience with captchas, by giving us easy access to solutions already utilized by automated systems. reCAPTCHA challenges remain a considerable burden on the web, delaying and often blocking access to services and information depending on physical and cognitive abilities, social and cultural background, and the devices or networks connected from.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | reCAPTCHA Solver: auto captcha bypass |
ID | infdcenbdoibcacogknkjleclhnjdmfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/recaptcha-solver-auto-cap/infdcenbdoibcacogknkjleclhnjdmfh |
คำอธิบาย | An extension to automatically solve any type reCAPTCHA |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-09 |
วันที่เผยแพร่ | 2022-11-02 |
คะแนน | 4.54/5 รวมทั้งหมด 254 คะแนน |
ผู้พัฒนา | uncaptcher |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "version": "1.0.2", "description": "__MSG_extDescription__", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html", "default_title": "reCAPTCHA Solver: auto captcha bypass", "default_icon": { "32": "assets\/images\/icon_32.png", "128": "assets\/images\/icon_128.png" } }, "icons": { "32": "assets\/images\/icon_32.png", "128": "assets\/images\/icon_128.png" }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ " |