Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

ما هو Joshi Koukousei Captcha Service؟

Joshi Koukousei Captcha Service هو إضافة Chrome تم تطويرها بواسطة anonrequesy456، والميزة الرئيسية لها هي "The captcha solver made by and for japanese high school girls".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Joshi Koukousei Captcha Service

قم بتنزيل ملفات الامتداد Joshi Koukousei Captcha Service بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Changes: Uses new model to solve the newer captcha with black spots (unknown performance thoughever)

Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have dyslexia? Legally blind?
Then Joshi Koukousei's Captcha Service is here for you!

Using a small machine learning model, JKCS saves you time by solving 4chan captchas for you!

Ported from userscript to wasm webextension by Araragi-san. New model by Yukariin.                    

معلومات أساسية عن التمديد

الاسم Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
الوصف The captcha solver made by and for japanese high school girls
حجم الملف 2.88 MB
عدد التثبيتات 1,000
النسخة الحالية 0.60
آخر تحديث 2023-12-26
تاريخ النشر 2022-08-10
تقييم 4.33/5 مجموع تقييمات 15
المطور anonrequesy456
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://git.coom.tech/araragi/jkcs
عنوان صفحة المساعدة https://git.coom.tech/araragi/jkcs
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Joshi Koukousei Captcha Service",
    "description": "The captcha solver made by and for japanese high school girls",
    "version": "0.60",
    "icons": {
        "64": "1449696017588.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js",
                "*.json",
                "*.bin",
                "*.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.4chan.org\/*",
                "https:\/\/*.4channel.org\/*",
                "https:\/\/sys.4chan.org\/*"
            ],
            "css": [],
            "run_at": "document_end",
            "js": [
                "dist\/main.js"
            ]
        }
    ]
}