Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Co je Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service je rozšíření Chrome vyvinuté anonrequesy456, a jeho hlavní funkcí je „The captcha solver made by and for japanese high school girls“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Joshi Koukousei Captcha Service

Stáhněte si soubory rozšíření Joshi Koukousei Captcha Service ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
Oficiální URL https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Popis The captcha solver made by and for japanese high school girls
Velikost souboru 2.88 MB
Počet instalací 1,000
Aktuální Verze 0.60
Poslední Aktualizace 2023-12-26
Datum Vydání 2022-08-10
Hodnocení 4.33/5 Celkem 15 Hodnocení
Vývojář anonrequesy456
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://git.coom.tech/araragi/jkcs
URL Stránky Nápovědy https://git.coom.tech/araragi/jkcs
Podporované Jazyky 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"
            ]
        }
    ]
}