AntiBot System

AntiBot System

Получите полный доступ к сайтам с защитой AntiBot System

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.1.1",
  "name": "AntiBot System",
  "short_name": "AntiBot System",
  "description": "Получите полный доступ к сайтам с защитой AntiBot System",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "browser_action": {
    "default_icon": "img/icons/38.png",
    "icons": {
      "38": "img/icons/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/onAnyPages.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>"
  ]
}