Joshi Koukousei Captcha Service

Joshi Koukousei Captcha Service

The captcha solver made by and for japanese high school girls

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{e1eeafa3-8047-4fe0-94cd-29613f9015bd}"
    }
  },
  "name": "Joshi Koukousei Captcha Service",
  "description": "The captcha solver made by and for japanese high school girls",
  "version": "0.62",
  "icons": {
    "64": "1449696017588.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"
  ]
}