reCAPTCHA Auto Solver
reCAPTCHA Automated Solving Extension
Qu'est-ce que reCAPTCHA Auto Solver ?
reCAPTCHA Auto Solver est une extension Chrome développée par CAPTCHAs.IO, et sa fonction principale est "reCAPTCHA Automated Solving Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reCAPTCHA Auto Solver
Téléchargez les fichiers d'extension reCAPTCHA Auto Solver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | reCAPTCHA Auto Solver |
ID | ofceicgpilfcjbkkbbjfpemjnibcojam |
URL Officiel | https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam |
Description | reCAPTCHA Automated Solving Extension |
Taille du Fichier | 581 KB |
Nombre d'Installations | 402 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-02-21 |
Date de Publication | 2023-02-12 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | CAPTCHAs.IO |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://captchas.io |
URL de la Page d'Aide | https://captchas.io/support/ |
URL de la Page de Politique de Confidentialité | https://captchas.io/privacy |
Langues Prises en Charge | 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": [ " |