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
官方網址 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"
    ]
}