rektCaptcha: reCaptcha Solver
Automatically solve reCaptcha using AI.
ما هو rektCaptcha: reCaptcha Solver؟
rektCaptcha: reCaptcha Solver هو إضافة Chrome تم تطويرها بواسطة ProtoChuz، والميزة الرئيسية لها هي "Automatically solve reCaptcha using AI.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة rektCaptcha: reCaptcha Solver
قم بتنزيل ملفات الامتداد rektCaptcha: reCaptcha Solver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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": [
" | |