ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

Qu'est-ce que ReCaptcha Solver ?

ReCaptcha Solver est une extension Chrome développée par nowon48, et sa fonction principale est "Verify Google ReCaptcha V2 automatically with solving services".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ReCaptcha Solver

Téléchargez les fichiers d'extension ReCaptcha Solver 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

                        Verify google ReCaptcha automatically with 2captcha, DeathByCaptcha, ImageTyperz, Anti-Captcha, BestCaptchaSolver And EndCaptcha 

Without API or TOKEN key it won't work!!


**Migrated new security model from Chrome 85 (https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/aCd_OgX_aSw/wE6FqPgaAQAJ)
**Fixed a bug for EndCaptcha.com

to get your API key you need create account on one of listed solving service


To contribute me


https://2captcha.com?from=835877

http://getcaptchasolution.com/pkzgboxjir

https://bestcaptchasolver.com/ref/5c2651aaa515591e92a8d87e                    

Informations de Base sur l'Extension

Nom ReCaptcha Solver ReCaptcha Solver
ID hapgiopokcmcnjmakciaeaocceodcjdn
URL Officiel https://chromewebstore.google.com/detail/recaptcha-solver/hapgiopokcmcnjmakciaeaocceodcjdn
Description Verify Google ReCaptcha V2 automatically with solving services
Taille du Fichier 153 KB
Nombre d'Installations 10,000
Version Actuelle 6.4
Dernière Mise à Jour 2021-01-01
Date de Publication 2020-05-06
Évaluation 2.12/5 Total 149 Évaluations
Développeur nowon48
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReCaptcha Solver",
    "version": "6.4",
    "description": "Verify Google ReCaptcha V2 automatically with  solving services",
    "icons": {
        "16": "icons\/icon_default16.png",
        "48": "icons\/icon_default48.png",
        "128": "icons\/icon_default128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content\/main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "options_ui": {
        "page": "options\/main.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "options\/main.html",
        "chrome_style": true,
        "default_icon": {
            "16": "icons\/icon_default.png"
        }
    },
    "web_accessible_resources": [
        "icons\/icon.png",
        "icons\/check.png"
    ],
    "permissions": [
        "storage",
        "http:\/\/api.endcaptcha.com\/*",
        "https:\/\/bcsapi.xyz\/*",
        "http:\/\/api.deathbycaptcha.com\/2captcha\/*",
        "https:\/\/2captcha.com\/*",
        "http:\/\/imagetyperz.com\/*",
        "https:\/\/imagetyperz.com\/*",
        "http:\/\/captchatypers.com\/*",
        "https:\/\/api.anti-captcha.com\/createTask\/",
        "https:\/\/api.anti-captcha.com\/getTaskResult\/",
        "https:\/\/api.solverecaptcha.com\/",
        "https:\/\/api.captchadecoder.com\/decode"
    ]
}