AutoVerify

全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。

什么是AutoVerify?

AutoVerify是由MakeJoke开发的Chrome扩展程序,该扩展的主要功能是“全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。”。

扩展截图

screenshot
screenshot

下载AutoVerify扩展crx文件

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

扩展使用说明

                        AutoVerify - 极致验证码自动填写神器 (The Ultimate CAPTCHA Solver)
解锁全新的效率与精度层次,用AutoVerify Chrome插件自动识别和填写验证码。Unlock a new level of efficiency and accuracy, and stop wasting time on manual verifications. 不再手动输入验证码,让您的浏览体验达到前所未有的流畅。Streamline your browsing experience like never before. 这款插件是商业用户和需要快速、准确验证码解决方案的个人的理想选择。Ideal for business users and individuals who require fast, accurate CAPTCHA solutions.

主要功能 (Features):

高精度与高效率 (High Accuracy & Efficiency): 我们采用先进的OCR技术进行精确识别,为您节省宝贵的时间。Employ advanced OCR technology for precise recognition and save valuable time.

全面兼容 (Universal Compatibility): AutoVerify在多个网站和表单中都能完美运行。Works universally across multiple websites and forms.

用户友好 (User-Friendly): 只需一键,即可轻松激活并使用。Activate and use with a simple, one-click operation.

安全可靠 (Secure): 我们重视您的数据安全,所有信息都会被加密处理,绝不外泄。Your data is encrypted and never shared.

通过AutoVerify,您可以在浏览网页时摆脱繁琐的验证码环节,专注于更重要的事情。With AutoVerify, eliminate the hassle of CAPTCHAs and focus on what truly matters while browsing.                    

扩展基本信息

名称 AutoVerify AutoVerify
ID jgcfgcdociopaedpeiacalnccfiaeeej
官方URL https://chromewebstore.google.com/detail/autoverify/jgcfgcdociopaedpeiacalnccfiaeeej
简介 全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。
文件大小 10.02 MB
安装次数 6,000
当前版本 1.3.7
更新时间 2023-11-08
上架时间 2021-02-14
评分 4.31/5 共39次评分
开发者 MakeJoke
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoVerify",
    "version": "1.3.7",
    "description": "\u5168\u81ea\u52a8\u3001\u9ad8\u7cbe\u5ea6\u7684\u9a8c\u8bc1\u7801\u8bc6\u522b\u4e0e\u586b\u5199\u89e3\u51b3\u65b9\u6848\u3002\u63d0\u9ad8\u60a8\u7684\u5de5\u4f5c\u6548\u7387\uff0c\u89e3\u653e\u60a8\u7684\u53cc\u624b\u3002",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "action": {
        "default_title": "\u4f7f\u7528AutoVerify\uff0c\u4eab\u53d7\u4e00\u952e\u5f0f\u667a\u80fd\u9a8c\u8bc1\u7801\u8bc6\u522b\u4e0e\u586b\u5199\u3002",
        "default_popup": "html\/popup.html"
    },
    "author": "Hututu",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}