reCAPTCHA Autoclick

Automatically clicks reCAPTCHA buttons when detected

Apa itu reCAPTCHA Autoclick?

reCAPTCHA Autoclick adalah ekstensi Chrome yang dikembangkan oleh ayinope, dan fitur utamanya adalah "Automatically clicks reCAPTCHA buttons when detected".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi reCAPTCHA Autoclick

Unduh file ekstensi reCAPTCHA Autoclick 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

                        reCAPTCHA Autoclick is a simple chrome extension that automatically clicks reCATPCHA checkboxes on a page when it detects them.                    

Informasi Dasar Ekstensi

Nama reCAPTCHA Autoclick reCAPTCHA Autoclick
ID caahalkghnhbabknipmconmbicpkcopl
URL Resmi https://chromewebstore.google.com/detail/recaptcha-autoclick/caahalkghnhbabknipmconmbicpkcopl
Deskripsi Automatically clicks reCAPTCHA buttons when detected
Ukuran File 5.39 KB
Jumlah Instalasi 53,641
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2017-12-29
Tanggal Publikasi 2017-12-28
Penilaian 3.28/5 Total 126 Penilaian
Pengembang ayinope
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "reCAPTCHA Autoclick",
    "description": "Automatically clicks reCAPTCHA buttons when detected",
    "version": "0.0.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "reCAPTCHA Autoclick"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "autoclick.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}