rektCaptcha: reCaptcha Solver
Automatically solve reCaptcha using AI.
rektCaptcha: reCaptcha Solver क्या है?
rektCaptcha: reCaptcha Solver ProtoChuz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically solve reCaptcha using AI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में rektCaptcha: reCaptcha Solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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": [ " |