reCAPTCHA Auto Solver
reCAPTCHA Automated Solving Extension
Apa itu reCAPTCHA Auto Solver?
reCAPTCHA Auto Solver adalah ekstensi Chrome yang dikembangkan oleh CAPTCHAs.IO, dan fitur utamanya adalah "reCAPTCHA Automated Solving Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi reCAPTCHA Auto Solver
Unduh file ekstensi reCAPTCHA Auto Solver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | reCAPTCHA Auto Solver |
ID | ofceicgpilfcjbkkbbjfpemjnibcojam |
URL Resmi | https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam |
Deskripsi | reCAPTCHA Automated Solving Extension |
Ukuran File | 581 KB |
Jumlah Instalasi | 402 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2023-02-21 |
Tanggal Publikasi | 2023-02-12 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | CAPTCHAs.IO |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://captchas.io |
URL Halaman Bantuan | https://captchas.io/support/ |
URL Halaman Kebijakan Privasi | https://captchas.io/privacy |
Bahasa yang Didukung | 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": [ " |