Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Qu'est-ce que Joshi Koukousei Captcha Service ?

Joshi Koukousei Captcha Service est une extension Chrome développée par anonrequesy456, et sa fonction principale est "The captcha solver made by and for japanese high school girls".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Joshi Koukousei Captcha Service

Téléchargez les fichiers d'extension Joshi Koukousei Captcha Service au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
URL Officiel https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Description The captcha solver made by and for japanese high school girls
Taille du Fichier 2.88 MB
Nombre d'Installations 1,000
Version Actuelle 0.60
Dernière Mise à Jour 2023-12-26
Date de Publication 2022-08-10
Évaluation 4.33/5 Total 15 Évaluations
Développeur anonrequesy456
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://git.coom.tech/araragi/jkcs
URL de la Page d'Aide https://git.coom.tech/araragi/jkcs
Langues Prises en Charge 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"
            ]
        }
    ]
}