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
Eメール [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"
    ]
}