reCAPTCHA Auto Solver

reCAPTCHA Automated Solving Extension

reCAPTCHA Auto Solverとは何ですか?

reCAPTCHA Auto SolverはCAPTCHAs.IOによって開発されたChromeの拡張機能で、その主な機能は「reCAPTCHA Automated Solving Extension」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension solves any type reCAPTCHA anywhere in the page.

An extension to automatically solve any type reCAPTCHAs.

Supports reCAPTCHA v2, v3 and Enterprise...

How does it work.

Well it works quite simple... It will detect and solve automatically to any found reCAPTCHAs in your current working tab.

Thanks!

To get an API key you can go to https://captchas.io                    

拡張機能の基本情報

名前 reCAPTCHA Auto Solver reCAPTCHA Auto Solver
ID ofceicgpilfcjbkkbbjfpemjnibcojam
公式URL https://chromewebstore.google.com/detail/recaptcha-auto-solver/ofceicgpilfcjbkkbbjfpemjnibcojam
説明 reCAPTCHA Automated Solving Extension
ファイルサイズ 581 KB
インストール数 402
現在のバージョン 1.0.4
最終更新日 2023-02-21
公開日 2023-02-12
評価 3.00/5 合計 2 レビュー
開発者 CAPTCHAs.IO
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://captchas.io
ヘルプページのURL https://captchas.io/support/
プライバシーポリシーページのURL https://captchas.io/privacy
対応言語 en,ru
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png",
            "32": "assets\/images\/icon_32.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "reCAPTCHA Auto Solver"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content\/style.css"
            ],
            "js": [
                "vendor\/jquery\/3.5.1\/jquery.min.js",
                "common\/config.js",
                "content\/core_helpers.js",
                "content\/script.js",
                "content\/captcha\/recaptcha\/processor.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "reCAPTCHA Automated Solving Extension",
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "32": "assets\/images\/icon_32.png"
    },
    "manifest_version": 3,
    "name": "reCAPTCHA Auto Solver",
    "permissions": [
        "storage"
    ],
    "short_name": "reCAPTCHA Auto Solver",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/images\/*",
                "content\/*"
            ]
        }
    ]
}