hCaptcha Solver
Solves hCAPTCHA challenges using deep neural networks.
hCaptcha Solverとは何ですか?
hCaptcha Solverはhttps://gpudrops.comによって開発されたChromeの拡張機能で、その主な機能は「Solves hCAPTCHA challenges using deep neural networks.」です。
拡張機能のスクリーンショット
hCaptcha Solver拡張機能のCRXファイルをダウンロード
hCaptcha Solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**IMPORTANT**
We have released a newer version! Search the webstore for "NopeCHA"
Download here:
https://chrome.google.com/webstore/detail/dknlfmjaanfblgfdfebhijalfmhmjjjo
This extension is no longer updated. Please download NopeCHA instead. 拡張機能の基本情報
| 名前 | |
| ID | lfpfbgeoodeejmjdlfjbfjkemjlblijg |
| 公式URL | https://chromewebstore.google.com/detail/hcaptcha-solver/lfpfbgeoodeejmjdlfjbfjkemjlblijg |
| 説明 | Solves hCAPTCHA challenges using deep neural networks. |
| ファイルサイズ | 31.43 MB |
| インストール数 | 8,441 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2022-10-03 |
| 公開日 | 2022-01-09 |
| 評価 | 3.03/5 合計 59 レビュー |
| 開発者 | https://gpudrops.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.nopecha.com/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "hCaptcha Solver",
"description": "Solves hCAPTCHA challenges using deep neural networks.",
"version": "1.3.1",
"manifest_version": 2,
"background": {
"scripts": [
"worker.js"
],
"persistent": true
},
"web_accessible_resources": [
"model_cs\/*",
"model_mn\/*"
],
"content_scripts": [
{
"js": [
"content\/jimp.js",
"content\/tf.js",
"content\/model_cs.js",
"content\/model_mn.js",
"content\/hcaptcha.js"
],
"matches": [
"https:\/\/*.hcaptcha.com\/captcha\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": {
"16": "\/images\/icon_16.png",
"32": "\/images\/icon_32.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"default_title": "Captcha solver"
},
"icons": {
"16": "\/images\/icon_16.png",
"32": "\/images\/icon_32.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"permissions": [
"cookies",
"storage",
"webRequest",
"webRequestBlocking",
" | |