# Google Chrome浏览器

## 方法一：通过 Chrome 启动参数设置

1. **关闭 Chrome**，确保没有 Chrome 的实例正在运行。
2. 打开 **命令提示符** 或 **PowerShell**（管理员模式下）。
3. 进入到 Chrome 安装目录，通常位于 `C:\Program Files\Google\Chrome\Application\` 或 `C:\Program Files (x86)\Google\Chrome\Application\`。
4. 输入以下命令启动 Chrome，并通过 `--proxy-server` 参数指定 SOCKS5 代理：

   ```bash
   start chrome.exe --proxy-server="socks5://<代理服务器>:<端口>"
   ```

   例如：

   ```bash
   start chrome.exe --proxy-server="socks5://127.0.0.1:1080"
   ```

   这会启动 Chrome 并通过指定的 SOCKS5 代理进行连接。
5. 如果想使用HTTP代理则将上方命令中**socks5改为http**即可

## 方法二：通过系统代理设置

1. 打开 **Windows 设置**。
2. 选择 **网络和 Internet** > **代理**。
3. 在 **手动代理设置** 部分，启用 **使用代理服务器**，并输入 SOCKS5 代理的 IP 地址和端口。
4. 点击 **保存**，然后重启 Chrome。

这样 Chrome 会自动使用系统代理设置。

**特别说明:Chrome无法直接设置账密，所以上述步骤仅对**[**Cliproxy桌面程序**](/zh/socks5/pc.md)**提取和**[**静态IP白名单模式**](/zh/static/used.md)**有效，如果想使用**[**Cliproxy流量计划**](/zh/traffic.md)**则需要额外下载扩展程序进行配置**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cliproxy.com/zh/browser1/google.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
