Captcha Solver: Auto Recognition and Bypass
MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage
什麼是Captcha Solver: Auto Recognition and Bypass?
Captcha Solver: Auto Recognition and Bypass是由https://multibot.in開發的Chrome擴展程式,該擴展的主要功能是“MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage”。
擴展截圖
下載Captcha Solver: Auto Recognition and Bypass擴展crx文件
下載Captcha Solver: Auto Recognition and Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension allows you to solve captchas on pages using neural networks. It works on all sites and also in frames. To use it, you need to register on the website https://multibot.in and get the API key. Available types of captcha: - reCaptcha v2 - hCaptcha - SolveMedia - Turnstile - Images Captcha - FaucetPay (Slider + Icons) - AntiBot - Upside Down Extension Settings: "Submit forms automatically" - Submit the form after solving the captcha. "Solve captcha after successful AntiBot" - If there is an AntiBot on the page, then solve it first. And only after a successful solution try to solve the following captcha. "Solve only one captcha per page" - If there are two captchas on the page (without AntiBot), then only one should be solved. "Refresh the page if the captcha could not be solved" - Refresh the page if an unsuccessful response has been received from the API service. "Delete session cookies when updating the page" - Delete session cookies before updating the page.This is relevant for changing AntiBot images.
擴展基本資訊
名稱 | Captcha Solver: Auto Recognition and Bypass |
ID | bjbenndabachhhddadcekdalkhfkikmk |
官方網址 | https://chromewebstore.google.com/detail/captcha-solver-auto-recog/bjbenndabachhhddadcekdalkhfkikmk |
簡介 | MultiBot solver plugin allows you to automatically solve CAPTCHAs found on any webpage |
檔案大小 | 171 KB |
安裝次數 | 1,667 |
目前版本 | 2.4 |
更新時間 | 2024-02-28 |
上架時間 | 2023-03-23 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://multibot.in |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://multibot.in/ |
隱私政策頁面URL | https://multibot.in/privacy-policy.php |
支援的語言 | en,es,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "assets\/images\/icon_128.png", "32": "assets\/images\/icon_32.png" }, "default_popup": "popup\/popup.html", "default_title": "MultiBot Captcha: Auto Recognition and Bypass" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "all_frames": true, "css": [ "content\/style.css" ], "js": [ "vendor\/jquery\/3.5.1\/jquery.min.js", "common\/config.js", "content\/core_helpers.js", "content\/script.js", "content\/captcha\/hcaptcha\/processor.js", "content\/captcha\/recaptcha\/processor.js", "content\/captcha\/solvemedia\/processor.js", "content\/captcha\/antibot\/hunter.js", "content\/captcha\/antibot\/processor.js", "content\/captcha\/normal\/hunter.js", "content\/captcha\/normal\/processor.js", "content\/captcha\/slider\/processor.js", "content\/captcha\/icons\/processor.js", "content\/captcha\/upside\/processor.js", "content\/captcha\/turnstile\/processor.js" ], "matches": [ " |