Captcha Cracker

A chrome extension to solve Google reCaptcha

Captcha Crackerとは何ですか?

Captcha Crackerはhttps://94dev.xyzによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to solve Google reCaptcha」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Captchas are usually annoying and sometimes they even steel your precious time. It is worse if the recaptcha detected you wrong and send image/audio captcha .We know you're not a bot. Therefore we are here to help you. Captcha Cracker helps you to detect google recaptcha and solve it for you. You have many options to make the solving auto and also set a delay time.                    

拡張機能の基本情報

名前 Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
公式URL https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
説明 A chrome extension to solve Google reCaptcha
ファイルサイズ 395 KB
インストール数 1,563
現在のバージョン 4.0.2
最終更新日 2021-11-30
公開日 2021-01-20
評価 2.82/5 合計 11 レビュー
開発者 https://94dev.xyz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://captcha-cracker.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to solve Google reCaptcha",
    "version": "4.0.2",
    "name": "Captcha Cracker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.payhere.lk\/lib\/payhere.js; object-src 'self'"
}