AutoVerify

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

AutoVerify là gì?

AutoVerify là một tiện ích mở rộng Chrome được phát triển bởi MakeJoke, và tính năng chính của nó là "全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoVerify

Tải xuống các tệp mở rộng AutoVerify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoVerify AutoVerify
ID jgcfgcdociopaedpeiacalnccfiaeeej
URL Chính Thức https://chromewebstore.google.com/detail/autoverify/jgcfgcdociopaedpeiacalnccfiaeeej
Mô tả 全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。
Kích Thước Tệp 10.02 MB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2021-02-14
Đánh Giá 4.31/5 Tổng số 39 Đánh Giá
Nhà Phát Triển MakeJoke
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}