hSolver - Discord Captcha Solver Firefox

Examine source code of hSolver - Discord Captcha Solver

제작자: Tej
Inspect and view changes in hSolver - Discord Captcha Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "hSolver - AI Discord Captcha Solver",
  "version": "2.1",
  "description": "Automatically solves hCaptcha text-based challenges using AI",
  "browser_specific_settings": {
    "gecko": {
      "id": "hsolver@tej",
      "strict_min_version": "91.0"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "hSolver",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://api.groq.com/*",
    "*://*.hcaptcha.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hcaptcha.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ]
}

최고의 hSolver - Discord Captcha Solver 대안

다음은 hSolver - Discord Captcha Solver과(와) 유사한 Firefox add-on입니다: