YesCaptcha assistant Firefox

Examine source code of YesCaptcha assistant

Inspect and view changes in YesCaptcha assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_name__",
  "version": "0.4.3",
  "manifest_version": 2,
  "description": "__MSG_pluginDesc__",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{defcf59e-d157-44f0-b224-4b1f78f85e46}"
    }
  },
  "icons": {
    "128": "image/log.png"
  },
  "browser_action": {
    "default_title": "test",
    "default_icon": "image/log.png",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "config.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "option/index.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/captcha_manager.js"
      ],
      "css": [
        "content/index.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/context_responder.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "<all_urls>",
    "alarms"
  ]
}

Best YesCaptcha assistant Alternatives

Here are some Firefox add-ons that are similar to YesCaptcha assistant: