Загрузка данных


{
  "goog:chromeOptions": {
    "args": [
      "{PROXY}",
      "--disable-blink-features=AutomationControlled",
      "--disable-popup-blocking",
      "--disable-notifications",
      "--disable-infobars",
      "--disable-gpu",
      "--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
      "--blink-settings=imagesEnabled=true",
      "--user-data-dir=C:\\Users\\torgbot\\AppData\\Local\\Google\\Chrome\\User Data",
      "--profile-directory=Default"
    ],
    "prefs": {
      "download.default_directory": "C:\\Users\\torgbot\\Downloads",
      "download.prompt_for_download": false,
      "download.directory_upgrade": true,
      "safebrowsing.enabled": true,
      "profile.default_content_setting_values.cookies": 1,
      "profile.block_third_party_cookies": false
    },
    "excludeSwitches": [
      "enable-automation",
      "use-automation-extension"
    ]
  }
}