Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Τι είναι το Joshi Koukousei Captcha Service;

Το Joshi Koukousei Captcha Service είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον anonrequesy456, και η κύρια λειτουργία του είναι "The captcha solver made by and for japanese high school girls".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Joshi Koukousei Captcha Service

Λήψη αρχείων επέκτασης Joshi Koukousei Captcha Service σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Joshi Koukousei Captcha Service Joshi Koukousei Captcha Service
ID fppcpkioamnkpclnpcnnncnioegplgbf
Επίσημο URL https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf
Περιγραφή The captcha solver made by and for japanese high school girls
Μέγεθος Αρχείου 2.88 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.60
Τελευταία Ενημέρωση 2023-12-26
Ημερομηνία Δημοσίευσης 2022-08-10
Αξιολόγηση 4.33/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής anonrequesy456
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://git.coom.tech/araragi/jkcs
Διεύθυνση URL της Σελίδας Βοήθειας https://git.coom.tech/araragi/jkcs
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}