hCaptcha Solver
Solves hCAPTCHA challenges using deep neural networks.
Cos'è hCaptcha Solver?
hCaptcha Solver è un'estensione di Chrome sviluppata da https://gpudrops.com, e la sua funzione principale è "Solves hCAPTCHA challenges using deep neural networks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hCaptcha Solver
Scarica i file di estensione hCaptcha Solver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
**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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lfpfbgeoodeejmjdlfjbfjkemjlblijg |
| URL Ufficiale | https://chromewebstore.google.com/detail/hcaptcha-solver/lfpfbgeoodeejmjdlfjbfjkemjlblijg |
| Descrizione | Solves hCAPTCHA challenges using deep neural networks. |
| Dimensione del File | 31.43 MB |
| Conteggio Installazioni | 8,441 |
| Versione Corrente | 1.3.1 |
| Ultimo Aggiornamento | 2022-10-03 |
| Data di Pubblicazione | 2022-01-09 |
| Valutazione | 3.03/5 Totale 59 Valutazioni |
| Sviluppatore | https://gpudrops.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.nopecha.com/privacy |
| Lingue Supportate | 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",
" | |