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
官方網址 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'"
}