AutoVerify

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

Vad är AutoVerify?

AutoVerify är en Chrome-tillägg utvecklad av MakeJoke, och dess huvudfunktion är "全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AutoVerify-förlängningens CRX-fil

Ladda ner AutoVerify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AutoVerify AutoVerify
ID jgcfgcdociopaedpeiacalnccfiaeeej
Officiell webbadress https://chromewebstore.google.com/detail/autoverify/jgcfgcdociopaedpeiacalnccfiaeeej
Beskrivning 全自动、高精度的验证码识别与填写解决方案。提高您的工作效率,解放您的双手。
Filstorlek 10.02 MB
Antal Installationer 6,000
Aktuell Version 1.3.7
Senast Uppdaterad 2023-11-08
Publiceringsdatum 2021-02-14
Betyg 4.31/5 Totalt 39 Betyg
Utvecklare MakeJoke
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}