reCAPTCHA Solver: auto captcha bypass
An extension to automatically solve any type reCAPTCHA
reCAPTCHA Solver: auto captcha bypass क्या है?
reCAPTCHA Solver: auto captcha bypass uncaptcher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to automatically solve any type reCAPTCHA"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में reCAPTCHA Solver: auto captcha bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |