Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Wat is Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service is een Chrome-extensie ontwikkeld door anonrequesy456, en de belangrijkste functie is "The captcha solver made by and for japanese high school girls".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Joshi Koukousei Captcha Service

Download Joshi Koukousei Captcha Service-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
Officiële URL https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Beschrijving The captcha solver made by and for japanese high school girls
Bestandsgrootte 2.88 MB
Aantal Installaties 1,000
Huidige Versie 0.60
Laatst Bijgewerkt 2023-12-26
Publicatiedatum 2022-08-10
Beoordeling 4.33/5 Totaal 15 Beoordelingen
Ontwikkelaar anonrequesy456
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://git.coom.tech/araragi/jkcs
Help Pagina-URL https://git.coom.tech/araragi/jkcs
Ondersteunde Talen 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"
            ]
        }
    ]
}