> For the complete documentation index, see [llms.txt](https://help.cliproxy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cliproxy.com/zh/browser1/google.md).

# 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无法直接设置账密，所以上述步骤仅对**[**静态IP白名单模式**](/zh/static/used.md)**有效，如果想使用**[**Cliproxy流量计划**](/zh/traffic.md)**则需要额外下载扩展程序进行配置**
