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