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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}