FreeBitco Auto Claim With or Without Captcha

FreeBitco Auto Claim With or Without Captcha

Auto Claime BTC from FreeBitco with Captcha V2 or Without Captcha and Activation of Bonuses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "icons/icon_default16.png",
      "48": "icons/icon_default48.png",
      "128": "icons/icon_default128.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Freebitco Solver"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content/style.css"
      ],
      "js": [
        "content/main.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/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"
      ],
      "matches": [
        "*://freebitco.in/*",
        "https://*.hcaptcha.com/captcha/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "Auto Claime BTC from FreeBitco with Captcha V2 or Without Captcha and Activation of Bonuses.",
  "homepage_url": "https://2captcha.com/",
  "icons": {
    "16": "icons/icon_default16.png",
    "48": "icons/icon_default48.png",
    "128": "icons/icon_default128.png"
  },
  "manifest_version": 3,
  "name": "FreeBitco Auto Claim With or Without Captcha",
  "options_ui": {
    "open_in_tab": true,
    "page": "options/options.html"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "short_name": "__MSG_extShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.00",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "web_accessible_resources": [
        "icons/icon.png",
        "icons/check.png"
      ],
      "resources": [
        "assets/images/*",
        "content/*"
      ]
    }
  ]
}