reCAPTCHA Autoclicker

Automatically ticks reCAPTCHA buttons when detected

什麼是reCAPTCHA Autoclicker?

reCAPTCHA Autoclicker是由bmd開發的Chrome擴展程式,該擴展的主要功能是“Automatically ticks reCAPTCHA buttons when detected”。

擴展截圖

screenshot

下載reCAPTCHA Autoclicker擴展crx文件

下載reCAPTCHA Autoclicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 reCAPTCHA Autoclicker reCAPTCHA Autoclicker
ID kblnaaogehadfaelemdemldbkpojknml
官方網址 https://chromewebstore.google.com/detail/recaptcha-autoclicker/kblnaaogehadfaelemdemldbkpojknml
簡介 Automatically ticks reCAPTCHA buttons when detected
檔案大小 5.36 KB
安裝次數 1,609
目前版本 1.0
更新時間 2019-09-20
上架時間 2019-09-18
評分 1.67/5 共 6 次評分
開發者 bmd
付費類型 free
擴展官網 https://cutit.org/GoBayMax
說明頁面URL https://cutit.org/BayMaxDiscord
支援的語言 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"
}