CAPTCHAs.IO Firefox

Examine source code of CAPTCHAs.IO

Inspect and view changes in CAPTCHAs.IO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CAPTCHA Bypass",
  "short_name": "CAPTCHA Bypass",
  "default_locale": "en",
  "version": "1.0.2",
  "description": "Auto solve and bypass CAPTCHAs for Firefox.",
  "homepage_url": "https://captchas.io",
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "scripts": [
      "common/config.js",
      "common/api.js",
      "background/background.js",
      "content/captcha/normal/background.js"
    ]
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "CAPTCHA Bypass: Auto Solve and Bypass CAPTCHAs",
    "default_icon": {
      "32": "assets/images/icon_32.png",
      "128": "assets/images/icon_128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "32": "assets/images/icon_32.png",
    "128": "assets/images/icon_128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content/style.css"
      ],
      "js": [
        "vendor/jquery/3.5.1/jquery.min.js",
        "common/config.js",
        "content/core_helpers.js",
        "content/script.js",
        "content/captcha/geetest/processor.js",
        "content/captcha/geetest_v4/processor.js",
        "content/captcha/hcaptcha/processor.js",
        "content/captcha/keycaptcha/processor.js",
        "content/captcha/recaptcha/processor.js",
        "content/captcha/arkoselabs/processor.js",
        "content/captcha/normal/hunter.js",
        "content/captcha/normal/processor.js",
        "content/captcha/lemin/processor.js",
        "content/captcha/yandex/processor.js",
        "content/captcha/yandex/hunter.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "assets/images/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5b143da-039a-46c6-8782-cb6cb83f4967}"
    }
  }
}

Best CAPTCHAs.IO Alternatives

Here are some Firefox add-ons that are similar to CAPTCHAs.IO: