CapMonster Cloud — automated captcha solver
Online service for automated captcha solving
Co je CapMonster Cloud — automated captcha solver?
CapMonster Cloud — automated captcha solver je rozšíření Chrome vyvinuté Zennolab, a jeho hlavní funkcí je „Online service for automated captcha solving“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CapMonster Cloud — automated captcha solver
Stáhněte si soubory rozšíření CapMonster Cloud — automated captcha solver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With this extension, you can recognize reCAPTCHA, hCaptcha and other types of captchas automatically. The extension is designed to work in Google Chrome. How to start using the Capmonster Cloud extension: 1. Add an extension to your browser 2. Register on https://capmonster.cloud 3. Top up your balance 4. Enter the API key in the extension 5. The extension will automatically recognize captchas
Základní Informace o Rozšíření
Název | CapMonster Cloud — automated captcha solver |
ID | pabjfbciaedomjjfelfafejkppknjleh |
Oficiální URL | https://chromewebstore.google.com/detail/capmonster-cloud-%E2%80%94-automa/pabjfbciaedomjjfelfafejkppknjleh |
Popis | Online service for automated captcha solving |
Velikost souboru | 1.14 MB |
Počet instalací | 10,701 |
Aktuální Verze | 1.11.12 |
Poslední Aktualizace | 2024-03-01 |
Datum Vydání | 2022-07-15 |
Hodnocení | 4.48/5 Celkem 54 Hodnocení |
Vývojář | Zennolab |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://capmonster.cloud |
URL Stránky Nápovědy | https://helpdesk.zennolab.com/ru/conversation/new |
URL Stránky Zásad Ochrany Soukromí | https://zennolab.com/ru/terms-of-service |
Podporované Jazyky | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "__MSG_extShortName__", "version": "1.11.12", "icons": { "48": "img\/icon.png" }, "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "css\/content\/solver.css" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "turnstileInterceptor.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "recaptcha.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hcaptcha.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*.arkoselabs.com\/fc\/*", "*:\/\/*.funcaptcha.com\/fc\/*" ], "js": [ "funcaptcha.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "pageScriptHandler.js" ], "run_at": "document_start", "all_frames": false } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "cookies", "contextMenus", "activeTab", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting" ], "host_permissions": [ " |