ULite - bypass CAPTCHA

ULite - bypass CAPTCHA

Решает за вас и ставит галочки в гугловских и текстовых изображениях (Капчах) на веб страницах.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/on.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "images/style.css"
      ],
      "js": [
        "include/independent_functions.js",
        "include/full_process_page.js",
        "include/wait_box.js",
        "include/rumola_form_ready_input.js",
        "include/rumola_form_ready_image.js",
        "rumola.js",
        "autoclick.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Решает за вас и ставит галочки в гугловских и текстовых изображениях (Капчах) на веб страницах.",
  "homepage_url": "https://whitewolf.su",
  "icons": {
    "16": "images/on.png",
    "48": "images/rumola48.png",
    "128": "images/rumola128.png"
  },
  "manifest_version": 2,
  "name": "ULite - bypass CAPTCHA",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "storage",
    "notifications",
    "tabs",
    "<all_urls>"
  ],
  "short_name": "XZ",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2.8",
  "version_name": "2.2.8 (Not supported)",
  "web_accessible_resources": [
    "images/*"
  ]
}