# 批量创建浏览器配置文件

{% embed url="<https://www.youtube.com/watch?v=jxz379VwMtA>" %}

Incogniton 允许您同时批量创建多个账户。该工具非常先进，允许进行大量自定义。只需几个步骤，您就可以一次创建多个配置文件。

{% stepper %}
{% step %}
**创建批量**

在您的 Incogniton 账户中点击左侧菜单中的 **Create Bulk**，将会弹出一个窗口。

![](/files/12048bdc4d05b298879d051ff11b78b920c6fed6)
{% endstep %}

{% step %}
**准备 CSV 输入**

填写浏览器配置文件的详细信息。我们制作了一个示例文件，您可以在[这里](https://incogniton.com/wp-content/uploads/2026/01/Examplefileforbulkimporter-5.xlsx)找到。填写不同列中的所有信息。在最后一列中，信息将被组合以便 Incogniton 可读。将文件中最后一列的信息复制并粘贴到 Incogniton 的 CSV Format 选项卡中。

{% hint style="warning" %}
需要在复制和粘贴最后一列时包含标题，否则批量创建器将无法工作。
{% endhint %}
{% endstep %}

{% step %}
**检查和导入**

点击 **Check** 然后点击 **Import**，配置文件将被创建。查看此页面上的视频以获取视觉说明。
{% endstep %}
{% endstepper %}

**选项表：**

| 选项名称                                          | 可能的值                          |
| --------------------------------------------- | ----------------------------- |
| profile\_name                                 | 任何文本（必填）                      |
| profile\_notes                                | 任何文本                          |
| simulated\_operating\_system                  | Windows/Mac OS/Linux          |
| Proxy\_connection\_type                       | http/socks4/socks5/none       |
| Proxy\_proxy\_url                             | 任何文本                          |
| Proxy\_proxy\_username                        | 任何文本                          |
| Proxy\_proxy\_password                        | 任何文本                          |
| Timezone\_fill\_timezone\_based\_on\_ip       | true/false                    |
| Timezone\_timezone\_name                      | 任何有效的时区名称                     |
| WebRTC\_set\_external\_ip                     | true/false                    |
| WebRTC\_behavior                              | altered/disabled/real         |
| WebRTC\_public\_ip                            | 任何 IP                         |
| WebRTC\_local\_ip                             | 任何 IP                         |
| Geolocation\_behavior                         | Block/Allow/Prompt            |
| Geolocation\_fill\_geolocation\_based\_on\_ip | true/false                    |
| Geolocation\_location\_information\_longitude | -180 到 180 之间的任何双精度数          |
| Geolocation\_location\_information\_latitude  | -90 到 90 之间的任何双精度数            |
| Geolocation\_location\_information\_accuracy  | 任何正整数                         |
| Navigator\_user\_agent                        | 任何文本                          |
| Navigator\_screen\_resolution                 | 示例：1920″x”1080，请将 x 替换为真实的 x。 |
| Navigator\_languages                          | 任何文本                          |
| Navigator\_platform                           | 任何文本                          |
| Navigator\_do\_not\_track                     | true/false                    |
| Navigator\_hardware\_concurrency              | 2/4/6/8/16                    |
| Navigator\_device\_memory                     | 2/4/6/8                       |
| Navigator\_useragent\_always\_latest          | true/false                    |
| Fonts\_enable\_font\_list\_masking            | true/false                    |
| Fonts\_browser\_font\_list                    | 以逗号分隔的字体列表                    |
| Media\_devices\_enable\_media\_masking        | true/false                    |
| Media\_devices\_video\_outputs                | 任何正整数                         |
| Media\_devices\_audio\_inputs                 | 任何正整数                         |
| Media\_devices\_audio\_outputs                | 任何正整数                         |
| Hardware\_Canvas\_behavior                    | noise/block/off               |
| Hardware\_AudioContext\_behavior              | noise/off                     |
| Hardware\_WebGL\_behavior                     | noise/off                     |
| Hardware\_WebGL\_meta\_behavior               | mask/off                      |
| Hardware\_WebGL\_meta\_vendor                 | 任何文本                          |
| Hardware\_WebGL\_meta\_renderer               | 任何文本                          |
| Other\_active\_session\_lock                  | true/false                    |
| Other\_custom\_args\_enabled                  | true/false                    |
| Other\_custom\_args                           | 任何文本                          |
| cookie                                        | Base64 编码的 json cookies       |

{% hint style="info" %}
如果您对在 Incogniton 中执行批量操作仍有任何疑问，请阅读[这篇文章](/documentation/chinese-documentation/liu-lan-qi-he-liu-lan-qi-pei-zhi-wen-jian/bulk-browser-profiles-creation/perform-bulk-actions-on-profiles.md)，或者如果您有任何其他问题，请随时联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# 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://docs.incogniton.com/documentation/chinese-documentation/liu-lan-qi-he-liu-lan-qi-pei-zhi-wen-jian/bulk-browser-profiles-creation.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.
