reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

reCAPTCHA Autoclicker là gì?

reCAPTCHA Autoclicker là một tiện ích mở rộng Chrome được phát triển bởi bmd, và tính năng chính của nó là "Automatically ticks reCAPTCHA buttons when detected".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng reCAPTCHA Autoclicker

Tải xuống các tệp mở rộng reCAPTCHA Autoclicker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
URL Chính Thức https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
Mô tả Automatically ticks reCAPTCHA buttons when detected
Kích Thước Tệp 5.36 KB
Số Lần Cài Đặt 1,609
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-09-20
Ngày Phát Hành 2019-09-18
Đánh Giá 1.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển bmd
Loại Thanh Toán free
Trang Web Mở Rộng https://cutit.org/GoBayMax
URL Trang Trợ Giúp https://cutit.org/BayMaxDiscord
Ngôn Ngữ Được Hỗ Trợ 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"
}