Cap.Guru captcha solved Firefox

Examine source code of Cap.Guru captcha solved

By: Kenny
Inspect and view changes in Cap.Guru captcha solved source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "1.0.7",
  "description": "__MSG_appDescription__",
  "manifest_version": 3,
  "default_locale": "en",
  "author": "capguru",
  "browser_specific_settings": {
    "gecko": {
      "id": "cap.guru@capguru",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "icons": {
    "48": "./web/img/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "./web/js/all/libcap.js"
      ],
      "all_frames": true,
      "match_about_blank": false
    },
    {
      "matches": [
        "*://*.google.com/recaptcha/*",
        "*://*.recaptcha.net/recaptcha/*",
        "*://recaptcha.net/recaptcha/*"
      ],
      "js": [
        "./web/js/recap.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": false
    },
    {
      "matches": [
        "*://tiktok.com/*",
        "*://*.tiktok.com/*"
      ],
      "js": [
        "./web/js/tiktok.js"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "*://*/showcaptcha*",
        "*://smartcaptcha.yandexcloud.net/*",
        "*://smartcaptcha.cloud.yandex.ru/*",
        "*://captcha-api.yandex.ru/*"
      ],
      "js": [
        "./web/js/ya.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": false
    },
    {
      "matches": [
        "*://*.binance.com/*"
      ],
      "js": [
        "./web/js/binance.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./web/js/funcap.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "*://*.hcaptcha.com/*",
        "*://hcaptcha.com/*",
        "*://*.newassets.hcaptcha.com/*",
        "*://newassets.hcaptcha.com/*"
      ],
      "js": [
        "./web/js/hcap.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./web/js/imgcap.js"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "match_about_blank": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./web/js/geetest.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "match_about_blank": true
    }
  ],
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "menus",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "./web/js/all/bg.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "web/img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Cap.Guru captcha solved Alternatives

Here are some Firefox add-ons that are similar to Cap.Guru captcha solved: