ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

什么是ReCaptcha Solver?

ReCaptcha Solver是由nowon48开发的Chrome扩展程序,该扩展的主要功能是“Verify Google ReCaptcha V2 automatically with solving services”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ReCaptcha Solver扩展crx文件

下载ReCaptcha Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 ReCaptcha Solver ReCaptcha Solver
ID hapgiopokcmcnjmakciaeaocceodcjdn
官方URL https://chromewebstore.google.com/detail/recaptcha-solver/hapgiopokcmcnjmakciaeaocceodcjdn
简介 Verify Google ReCaptcha V2 automatically with solving services
文件大小 153 KB
安装次数 10,000
当前版本 6.4
更新时间 2021-01-01
上架时间 2020-05-06
评分 2.12/5 共149次评分
开发者 nowon48
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}