reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

Wat is reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker is een Chrome-extensie ontwikkeld door bmd, en de belangrijkste functie is "Automatically ticks reCAPTCHA buttons when detected".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie reCAPTCHA Autoclicker

Download reCAPTCHA Autoclicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
Officiële URL https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Beschrijving Automatically ticks reCAPTCHA buttons when detected
Bestandsgrootte 5.36 KB
Aantal Installaties 1,609
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-20
Publicatiedatum 2019-09-18
Beoordeling 1.67/5 Totaal 6 Beoordelingen
Ontwikkelaar bmd
Betalingswijze free
Extensiewebsite https://cutit.org/GoBayMax
Help Pagina-URL https://cutit.org/BayMaxDiscord
Ondersteunde Talen 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"
}