reCAPTCHA Autoclick

Automatically clicks reCAPTCHA buttons when detected

reCAPTCHA Autoclickとは何ですか?

reCAPTCHA Autoclickはayinopeによって開発されたChromeの拡張機能で、その主な機能は「Automatically clicks reCAPTCHA buttons when detected」です。

拡張機能のスクリーンショット

screenshot

reCAPTCHA Autoclick拡張機能のCRXファイルをダウンロード

reCAPTCHA Autoclick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 reCAPTCHA Autoclick reCAPTCHA Autoclick
ID caahalkghnhbabknipmconmbicpkcopl
公式URL https://chromewebstore.google.com/detail/recaptcha-autoclick/caahalkghnhbabknipmconmbicpkcopl
説明 Automatically clicks reCAPTCHA buttons when detected
ファイルサイズ 5.39 KB
インストール数 53,641
現在のバージョン 0.0.0.2
最終更新日 2017-12-29
公開日 2017-12-28
評価 3.28/5 合計 126 レビュー
開発者 ayinope
支払い方法 free
対応言語 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"
        }
    ]
}