Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

What is Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service is a Chrome extension developed by anonrequesy456, and its main feature is "The captcha solver made by and for japanese high school girls".

Extension Screenshots

screenshot

Download Joshi Koukousei Captcha Service Extension CRX File

Download Joshi Koukousei Captcha Service extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
Official URL https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Description The captcha solver made by and for japanese high school girls
File Size 2.88 MB
Installation Count 1,000
Current Version 0.60
Last Updated 2023-12-26
Publish Date 2022-08-10
Rating 4.33/5 Total 15 Ratings
Developer anonrequesy456
Email [email protected]
Payment Type free
Extension Website https://git.coom.tech/araragi/jkcs
Help Page URL https://git.coom.tech/araragi/jkcs
Supported Languages 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"
            ]
        }
    ]
}