Captcha Cracker

A chrome extension to solve Google reCaptcha

Qu'est-ce que Captcha Cracker ?

Captcha Cracker est une extension Chrome développée par https://94dev.xyz, et sa fonction principale est "A chrome extension to solve Google reCaptcha".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Captcha Cracker

Téléchargez les fichiers d'extension Captcha Cracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Captcha Cracker Captcha Cracker
ID cjaofnhcpoflieopcibckoelegekghei
URL Officiel https://chromewebstore.google.com/detail/captcha-cracker/cjaofnhcpoflieopcibckoelegekghei
Description A chrome extension to solve Google reCaptcha
Taille du Fichier 395 KB
Nombre d'Installations 1,563
Version Actuelle 4.0.2
Dernière Mise à Jour 2021-11-30
Date de Publication 2021-01-20
Évaluation 2.82/5 Total 11 Évaluations
Développeur https://94dev.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://captcha-cracker.com
Langues Prises en Charge 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'"
}