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
公式URL 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"
}