reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

Co je reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker je rozšíření Chrome vyvinuté bmd, a jeho hlavní funkcí je „Automatically ticks reCAPTCHA buttons when detected“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření reCAPTCHA Autoclicker

Stáhněte si soubory rozšíření reCAPTCHA Autoclicker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
Oficiální URL https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Popis Automatically ticks reCAPTCHA buttons when detected
Velikost souboru 5.36 KB
Počet instalací 1,609
Aktuální Verze 1.0
Poslední Aktualizace 2019-09-20
Datum Vydání 2019-09-18
Hodnocení 1.67/5 Celkem 6 Hodnocení
Vývojář bmd
Typ Platby free
Webové stránky Rozšíření https://cutit.org/GoBayMax
URL Stránky Nápovědy https://cutit.org/BayMaxDiscord
Podporované Jazyky 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"
}