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
电子邮箱 [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'"
}