CapMonster Cloud — automated captcha solver
Online service for automated captcha solving
CapMonster Cloud — automated captcha solver là gì?
CapMonster Cloud — automated captcha solver là một tiện ích mở rộng Chrome được phát triển bởi Zennolab, và tính năng chính của nó là "Online service for automated captcha solving".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CapMonster Cloud — automated captcha solver
Tải xuống các tệp mở rộng CapMonster Cloud — automated captcha solver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CapMonster Cloud — automated captcha solver |
ID | pabjfbciaedomjjfelfafejkppknjleh |
URL Chính Thức | https://chromewebstore.google.com/detail/capmonster-cloud-%E2%80%94-automa/pabjfbciaedomjjfelfafejkppknjleh |
Mô tả | Online service for automated captcha solving |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 10,701 |
Phiên Bản Hiện Tại | 1.11.12 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2022-07-15 |
Đánh Giá | 4.48/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | Zennolab |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://capmonster.cloud |
URL Trang Trợ Giúp | https://helpdesk.zennolab.com/ru/conversation/new |
URL Trang Chính Sách Bảo Mật | https://zennolab.com/ru/terms-of-service |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |