reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

What is reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker is a Chrome extension developed by bmd, and its main feature is "Automatically ticks reCAPTCHA buttons when detected".

Extension Screenshots

screenshot

Download reCAPTCHA Autoclicker Extension CRX File

Download reCAPTCHA Autoclicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
Official URL https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Description Automatically ticks reCAPTCHA buttons when detected
File Size 5.36 KB
Installation Count 1,609
Current Version 1.0
Last Updated 2019-09-20
Publish Date 2019-09-18
Rating 1.67/5 Total 6 Ratings
Developer bmd
Payment Type free
Extension Website https://cutit.org/GoBayMax
Help Page URL https://cutit.org/BayMaxDiscord
Supported Languages 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": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}