reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

Cos'è reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker è un'estensione di Chrome sviluppata da bmd, e la sua funzione principale è "Automatically ticks reCAPTCHA buttons when detected".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione reCAPTCHA Autoclicker

Scarica i file di estensione reCAPTCHA Autoclicker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
URL Ufficiale https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Descrizione Automatically ticks reCAPTCHA buttons when detected
Dimensione del File 5.36 KB
Conteggio Installazioni 1,609
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-20
Data di Pubblicazione 2019-09-18
Valutazione 1.67/5 Totale 6 Valutazioni
Sviluppatore bmd
Tipo di Pagamento free
Sito Web dell'Estensione https://cutit.org/GoBayMax
URL della Pagina di Aiuto https://cutit.org/BayMaxDiscord
Lingue Supportate 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"
}