reCAPTCHA Auto Solver
reCAPTCHA Automated Solving Extension
Co to jest reCAPTCHA Auto Solver?
reCAPTCHA Auto Solver to rozszerzenie Chrome opracowane przez CAPTCHAs.IO, a jego główną funkcją jest „reCAPTCHA Automated Solving Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia reCAPTCHA Auto Solver
Pobierz pliki rozszerzeń reCAPTCHA Auto Solver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension solves any type reCAPTCHA anywhere in the page. An extension to automatically solve any type reCAPTCHAs. Supports reCAPTCHA v2, v3 and Enterprise... How does it work. Well it works quite simple... It will detect and solve automatically to any found reCAPTCHAs in your current working tab. Thanks! To get an API key you can go to https://captchas.io
Podstawowe informacje o rozszerzeniu
Nazwa | reCAPTCHA Auto Solver |
ID | ofceicgpilfcjbkkbbjfpemjnibcojam |
Oficjalny URL | https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam |
Opis | reCAPTCHA Automated Solving Extension |
Rozmiar pliku | 581 KB |
Liczba instalacji | 402 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-02-21 |
Data Publikacji | 2023-02-12 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | CAPTCHAs.IO |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://captchas.io |
Adres URL Strony Pomocy | https://captchas.io/support/ |
Adres URL Strony Polityki Prywatności | https://captchas.io/privacy |
Obsługiwane Języki | en,ru |
manifest.json | |
{ "action": { "default_icon": { "128": "assets\/images\/icon_128.png", "32": "assets\/images\/icon_32.png" }, "default_popup": "popup\/popup.html", "default_title": "reCAPTCHA Auto Solver" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "all_frames": true, "css": [ "content\/style.css" ], "js": [ "vendor\/jquery\/3.5.1\/jquery.min.js", "common\/config.js", "content\/core_helpers.js", "content\/script.js", "content\/captcha\/recaptcha\/processor.js" ], "matches": [ " |