AIO ReCaptcha Solver

AIO ReCaptcha Solver

Verify Google ReCaptcha V2 automatically with solving services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background/main.js"
    ]
  },
  "browser_action": {
    "chrome_style": true,
    "default_icon": {
      "16": "icons/icon_default.png"
    },
    "default_popup": "options/main.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Verify Google ReCaptcha V2 automatically with  solving services",
  "icons": {
    "48": "icons/icon_default.png"
  },
  "manifest_version": 2,
  "name": "AIO ReCaptcha Solver",
  "options_ui": {
    "chrome_style": true,
    "page": "options/main.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "https://v2.aioseoservice.com/*",
    "https://2captcha.com/*",
    "http://imagetyperz.com/*",
    "https://imagetyperz.com/*",
    "http://captchatypers.com/*",
    "https://api.anti-captcha.com/createTask/",
    "https://api.anti-captcha.com/getTaskResult/",
    "https://api.solverecaptcha.com/",
    "https://api.captchadecoder.com/decode"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1",
  "web_accessible_resources": [
    "icons/icon.png",
    "icons/check.png"
  ]
}