rektCaptcha: reCaptcha Solver
Automatically solve reCaptcha using AI.
什麼是rektCaptcha: reCaptcha Solver?
rektCaptcha: reCaptcha Solver是由ProtoChuz開發的Chrome擴展程式,該擴展的主要功能是“Automatically solve reCaptcha using AI.”。
擴展截圖
下載rektCaptcha: reCaptcha Solver擴展crx文件
下載rektCaptcha: reCaptcha Solver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - Automatically solve reCaptcha free of charge - Solve reCaptcha 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 reCaptcha challenge. We use a lightweight image classification model to solve it. Check out the source code in GitHub: https://github.com/Wikidepia/rektCaptcha-extension #################### If you find this project useful, please consider donating: Ko-fi (Paypal): https://ko-fi.com/wikidepia TRON Address (TRX/USDT ONLY): TDdZgEp9q1LSLiTDSMSUSVuXcHBH2uFXhV
擴展基本資訊
名稱 | rektCaptcha: reCaptcha Solver |
ID | bbdhfoclddncoaomddgkaaphcnddbpdh |
官方網址 | https://chromewebstore.google.com/detail/rektcaptcha-recaptcha-sol/bbdhfoclddncoaomddgkaaphcnddbpdh |
簡介 | Automatically solve reCaptcha using AI. |
檔案大小 | 12.74 MB |
安裝次數 | 1,000 |
目前版本 | 0.1.0 |
更新時間 | 2023-12-06 |
上架時間 | 2023-12-06 |
評分 | 5.00/5 共 5 次評分 |
開發者 | ProtoChuz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "rektCaptcha: reCaptcha Solver", "version": "0.1.0", "description": "Automatically solve reCaptcha using AI.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "rektCaptcha", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "dist\/*" ], "matches": [ " |