hektCaptcha: hCaptcha Solver
Automatically solve hCaptcha using AI. Locally, with Chrome extension.
什么是hektCaptcha: hCaptcha Solver?
hektCaptcha: hCaptcha Solver是由https://akmal.dev开发的Chrome扩展程序,该扩展的主要功能是“Automatically solve hCaptcha using AI. Locally, with Chrome extension.”。
扩展截图
下载hektCaptcha: hCaptcha Solver扩展crx文件
下载hektCaptcha: hCaptcha Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features: - Automatically solve hCaptcha free of charge - Solve hCaptcha without any limit - No need to register or login How does it work? Simply install our extension, sit back and let the AI take care of the hCaptcha challenge. We use a lightweight image classification model to solve it. This model is updated whenever a new challenge appears. Check out the source code in GitHub: https://github.com/Wikidepia/hektCaptcha-extension #################### If you find this project useful, please consider donating: Ko-fi (Paypal): https://ko-fi.com/wikidepia TRON Address (TRX/USDT ONLY): TDdZgEp9q1LSLiTDSMSUSVuXcHBH2uFXhV
扩展基本信息
名称 | hektCaptcha: hCaptcha Solver |
ID | bpfdbfnkjelhloljelooneehdalcmljb |
官方URL | https://chromewebstore.google.com/detail/hektcaptcha-hcaptcha-solv/bpfdbfnkjelhloljelooneehdalcmljb |
简介 | Automatically solve hCaptcha using AI. Locally, with Chrome extension. |
文件大小 | 6.71 MB |
安装次数 | 25,461 |
当前版本 | 0.3.2 |
更新时间 | 2023-10-31 |
上架时间 | 2023-02-08 |
评分 | 3.94/5 共79次评分 |
开发者 | https://akmal.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Wikidepia/hektCaptcha-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "hektCaptcha: hCaptcha Solver", "version": "0.3.2", "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "hektCaptcha", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "dist\/*" ], "matches": [ " |