Solve reCAPTCHAs Firefox

Examine source code of Solve reCAPTCHAs

Inspect and view changes in Solve reCAPTCHAs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Solve reCAPTCHAs",
  "version": "1.2",
  "description": "Auto solve and bypass reCAPTCHAs!",
  "icons": {
    "48": "icons/icon_default.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content/main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/main.js"
    ]
  },
  "options_ui": {
    "page": "options/main.html",
    "browser_style": true
  },
  "browser_action": {
    "default_popup": "options/main.html",
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon_default.png"
    }
  },
  "web_accessible_resources": [
    "icons/icon.png",
    "icons/check.png"
  ],
  "permissions": [
    "webRequest",
    "activeTab",
    "tabs",
    "webRequestBlocking",
    "browsingData",
    "http://*/*",
    "https://*/*",
    "storage",
    "http://solverecaptchas.com/*"
  ],
  "applications": {
    "gecko": {
      "id": "admin@solverecaptchas.com"
    }
  }
}

Best Solve reCAPTCHAs Alternatives

Here are some Firefox add-ons that are similar to Solve reCAPTCHAs: