reCAPTCHA Autoclicker
Automatically ticks reCAPTCHA buttons when detected
Qu'est-ce que reCAPTCHA Autoclicker ?
reCAPTCHA Autoclicker est une extension Chrome développée par bmd, et sa fonction principale est "Automatically ticks reCAPTCHA buttons when detected".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension reCAPTCHA Autoclicker
Téléchargez les fichiers d'extension reCAPTCHA Autoclicker 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 NEW Chrome Extension will automatically complete any reCAPTCHA tick boxes for you in the background. 🔶 Pls subscribe it's free: https://cutit.org/GoBayMax 🔷 Join the Discord server for SUPPORT: https://cutit.org/BayMaxDiscord So pretty much just install and click on it once and your set to go. This works with ALL types of reCAPTCHA tick box CAPTCHAs. Thank you for installing you make me happy ^^ It will automatically complete the CAPTCHA checkbox as soon as it can detect it; So don't freak out if it isn't instant. Chrome Extensions are limited to make them safe for the user's computer.
Informations de Base sur l'Extension
Nom | reCAPTCHA Autoclicker |
ID | kblnaaogehadfaelemdemldbkpojknml |
URL Officiel | https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml |
Description | Automatically ticks reCAPTCHA buttons when detected |
Taille du Fichier | 5.36 KB |
Nombre d'Installations | 1,609 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-09-20 |
Date de Publication | 2019-09-18 |
Évaluation | 1.67/5 Total 6 Évaluations |
Développeur | bmd |
Type de Paiement | free |
Site Web de l'Extension | https://cutit.org/GoBayMax |
URL de la Page d'Aide | https://cutit.org/BayMaxDiscord |
Langues Prises en Charge | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "reCAPTCHA Autoclicker" }, "content_scripts": [ { "all_frames": true, "js": [ "autoclick.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Automatically ticks reCAPTCHA buttons when detected", "manifest_version": 2, "name": "reCAPTCHA Autoclicker", "permissions": [ " |