> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/da-kai-kuo-zhan-open-extension.md).

# 打开扩展 (Open Extension)

您可以使用此功能自动激活扩展程序，类似于单击打开扩展程序。当您想要自动激活任何扩展程序时，您必须将该扩展程序添加到您的账号资料中。然后获取该扩展的 ID 并将其输入到“打开扩展”按钮中。

<figure><img src="/files/EX6u5smxYpSlDRCyOzIw" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="258">参数</th><th>说明</th></tr></thead><tbody><tr><td>Extension ID</td><td>输入您要激活的扩展程序的 ID</td></tr></tbody></table>

例如：获取2captcha扩展的ID

\- 访问链接：chrome://extensions/

\- 选择打开开关开发者模式

<figure><img src="/files/j6HqaEFpV7YRsFQe1F4m" alt=""><figcaption></figcaption></figure>

\- 这是扩展程序的 ID

<figure><img src="/files/8TNV6ZzRdus3I0ufh5iB" alt=""><figcaption></figcaption></figure>


---

# 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.hidemium.io/zi-dong-hua-yong-hu-shou-ce/qi-ta-other/da-kai-kuo-zhan-open-extension.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.
