Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Apa itu Joshi Koukousei Captcha Service?

Joshi Koukousei Captcha Service adalah ekstensi Chrome yang dikembangkan oleh anonrequesy456, dan fitur utamanya adalah "The captcha solver made by and for japanese high school girls".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Joshi Koukousei Captcha Service

Unduh file ekstensi Joshi Koukousei Captcha Service dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
URL Resmi https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Deskripsi The captcha solver made by and for japanese high school girls
Ukuran File 2.88 MB
Jumlah Instalasi 1,000
Versi Saat Ini 0.60
Terakhir Diperbarui 2023-12-26
Tanggal Publikasi 2022-08-10
Penilaian 4.33/5 Total 15 Penilaian
Pengembang anonrequesy456
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://git.coom.tech/araragi/jkcs
URL Halaman Bantuan https://git.coom.tech/araragi/jkcs
Bahasa yang Didukung 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"
            ]
        }
    ]
}