reCAPTCHA Autoclicker
Automatically ticks reCAPTCHA buttons when detected
Vad är reCAPTCHA Autoclicker?
reCAPTCHA Autoclicker är en Chrome-tillägg utvecklad av bmd, och dess huvudfunktion är "Automatically ticks reCAPTCHA buttons when detected".
Tilläggsskärmbilder
Ladda ner reCAPTCHA Autoclicker-förlängningens CRX-fil
Ladda ner reCAPTCHA Autoclicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | reCAPTCHA Autoclicker |
ID | kblnaaogehadfaelemdemldbkpojknml |
Officiell webbadress | https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml |
Beskrivning | Automatically ticks reCAPTCHA buttons when detected |
Filstorlek | 5.36 KB |
Antal Installationer | 1,609 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-09-20 |
Publiceringsdatum | 2019-09-18 |
Betyg | 1.67/5 Totalt 6 Betyg |
Utvecklare | bmd |
Betalningssätt | free |
Tilläggswebbplats | https://cutit.org/GoBayMax |
Hjälpsida URL | https://cutit.org/BayMaxDiscord |
Stödda Språk | 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": [ " |