hektCaptcha: hCaptcha Solver Firefox

Examine source code of hektCaptcha: hCaptcha Solver

제작자: Wikidepia
Inspect and view changes in hektCaptcha: hCaptcha Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "hektCaptcha: hCaptcha Solver",
  "version": "0.3.2",
  "description": "Automatically solve hCaptcha using AI. Locally, with Chrome extension.",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_title": "hektCaptcha",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hekt@akmal.dev"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "models/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "*://hekt-static.akmal.dev/*",
    "*://*.google.com/recaptcha/*",
    "*://*.recaptcha.net/recaptcha/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hcaptcha.com/captcha/*"
      ],
      "js": [
        "hcaptcha.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false
    },
    {
      "matches": [
        "*://*.google.com/recaptcha/api2/*",
        "*://*.google.com/recaptcha/enterprise/*",
        "*://*.recaptcha.net/recaptcha/api2/*",
        "*://*.recaptcha.net/recaptcha/enterprise/*"
      ],
      "js": [
        "recaptcha.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "recaptcha-visibility.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": false
    }
  ]
}

최고의 hektCaptcha: hCaptcha Solver 대안

다음은 hektCaptcha: hCaptcha Solver과(와) 유사한 Firefox add-on입니다: