Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Cos'è Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service è un'estensione di Chrome sviluppata da anonrequesy456, e la sua funzione principale è "The captcha solver made by and for japanese high school girls".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Joshi Koukousei Captcha Service

Scarica i file di estensione Joshi Koukousei Captcha Service in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
URL Ufficiale https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Descrizione The captcha solver made by and for japanese high school girls
Dimensione del File 2.88 MB
Conteggio Installazioni 1,000
Versione Corrente 0.60
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2022-08-10
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore anonrequesy456
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://git.coom.tech/araragi/jkcs
URL della Pagina di Aiuto https://git.coom.tech/araragi/jkcs
Lingue Supportate 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"
            ]
        }
    ]
}