hektCaptcha: hCaptcha Solver
Automatically solve hCaptcha using AI. Locally, with Chrome extension.
Hvad er hektCaptcha: hCaptcha Solver?
hektCaptcha: hCaptcha Solver er en Chrome-udvidelse udviklet af https://akmal.dev, og dens hovedfunktion er "Automatically solve hCaptcha using AI. Locally, with Chrome extension.".
Udvidelsesskærmbilleder
Download hektCaptcha: hCaptcha Solver-udvidelses-CRX-fil
Download hektCaptcha: hCaptcha Solver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | hektCaptcha: hCaptcha Solver |
ID | bpfdbfnkjelhloljelooneehdalcmljb |
Officiel URL | https://chromewebstore.google.com/detail/hektcaptcha-hcaptcha-solv/bpfdbfnkjelhloljelooneehdalcmljb |
Beskrivelse | Automatically solve hCaptcha using AI. Locally, with Chrome extension. |
Filstørrelse | 6.71 MB |
Antal Installationer | 25,461 |
Nuværende Version | 0.3.2 |
Senest Opdateret | 2023-10-31 |
Udgivelsesdato | 2023-02-08 |
Bedømmelse | 3.94/5 Samlet 79 Bedømmelser |
Udvikler | https://akmal.dev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Wikidepia/hektCaptcha-extension |
Understøttede Sprog | 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": [ " |