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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}