Joshi Koukousei Captcha Service

Joshi Koukousei Captcha Service

Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have dyslexia? 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!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d9f4f04-2499-4fed-ae4a-02c5658c5d00}"
    }
  },
  "name": "Joshi Koukousei Captcha Service",
  "description": "The captcha solver made by and for japanese high school girls",
  "version": "0.61",
  "icons": {
    "64": "logo.png"
  },
  "permissions": [
    "https://*.4chan.org/*",
    "https://*.4channel.org/*",
    "https://sys.4chan.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.4chan.org/*",
        "https://*.4channel.org/*",
        "https://sys.4chan.org/*"
      ],
      "css": [],
      "run_at": "document_end",
      "js": [
        "polyfill.min.js",
        "dist/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.html",
    "*.js",
    "*.json",
    "*.bin",
    "*.wasm"
  ]
}