Captcha Cracker

A chrome extension to solve Google reCaptcha

Что такое Captcha Cracker?

Captcha Cracker - это расширение Chrome, разработанное https://94dev.xyz, и его основная функция - "A chrome extension to solve Google reCaptcha".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Captcha Cracker

Скачайте файлы расширений 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'"
}