reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

Apa itu reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker adalah ekstensi Chrome yang dikembangkan oleh bmd, dan fitur utamanya adalah "Automatically ticks reCAPTCHA buttons when detected".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi reCAPTCHA Autoclicker

Unduh file ekstensi reCAPTCHA Autoclicker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
URL Resmi https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Deskripsi Automatically ticks reCAPTCHA buttons when detected
Ukuran File 5.36 KB
Jumlah Instalasi 1,609
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-20
Tanggal Publikasi 2019-09-18
Penilaian 1.67/5 Total 6 Penilaian
Pengembang bmd
Tipe Pembayaran free
Situs Ekstensi https://cutit.org/GoBayMax
URL Halaman Bantuan https://cutit.org/BayMaxDiscord
Bahasa yang Didukung 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"
}