> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/extension-manager/custom-extensions.md).

# 自定义扩展

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

Incogniton 允许您在浏览器配置文件中安装自定义的 Chrome 兼容扩展。这使您可以针对特定的工作流程优化每个配置文件，而不牺牲指纹保护或匿名性——无论您是在运行自动化工具、管理广告、阻止跟踪器，还是处理多个账户。

在本指南中，我们将引导您完成上传自定义扩展并将其分配到配置文件的步骤。在开始之前，请确保您要上传的自定义扩展文件已保存在您的计算机上，并且是 **.crx 格式**。

### 如何在 Incogniton 中上传和设置自定义扩展 <a href="#id-0-toc-title" id="id-0-toc-title"></a>

{% stepper %}
{% step %}

#### **上传并创建自定义扩展**

* 导航到 **Browsers > Extensions**
* 点击 **Add extension** 并在弹出对话框中进入自定义选项卡
* 点击 **Select .crx file**
* 从您的计算机中选择 .crx 文件并按照提示添加
* 选择一个名称和描述（可选），然后点击 **Add**
  {% endstep %}

{% step %}

#### 将自定义扩展分配到浏览器配置文件

* 创建一个新配置文件或编辑现有配置文件
* 转到 **Advanced > Extensions & Cookies**
* 进入自定义选项卡并在 **Custom library** 下选择扩展
* 点击 **Save**
  {% endstep %}

{% step %}

#### **将自定义扩展添加到多个配置文件（批量）**

* 选择要添加扩展的配置文件
* 导航到下方工具栏，进入更多操作并点击 **Browser Management > Add Extensions**
* 选择自定义扩展并点击 **Save**
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
如果您对该过程有任何疑问或在分配扩展时遇到问题，请联系 [Incogniton 支持](https://incogniton.com/contact/) 以获得帮助。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/extension-manager/custom-extensions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
