reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

Co to jest reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker to rozszerzenie Chrome opracowane przez bmd, a jego główną funkcją jest „Automatically ticks reCAPTCHA buttons when detected”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia reCAPTCHA Autoclicker

Pobierz pliki rozszerzeń reCAPTCHA Autoclicker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
Oficjalny URL https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Opis Automatically ticks reCAPTCHA buttons when detected
Rozmiar pliku 5.36 KB
Liczba instalacji 1,609
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-09-20
Data Publikacji 2019-09-18
Ocena 1.67/5 Łącznie 6 Oceny
Deweloper bmd
Typ Płatności free
Strona Rozszerzenia https://cutit.org/GoBayMax
Adres URL Strony Pomocy https://cutit.org/BayMaxDiscord
Obsługiwane Języki 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"
}