> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-zhong-wen/titan-liu-lan-qi-cha-jian/chang-jian-wen-ti/qi-dong-shi-bai-xu-yao-yong-hu-jiao-ben-quan-xian.md).

# 启动失败：需要用户脚本权限

如果您的浏览器插件无法启动并提示需要用户脚本权限，这通常意味着浏览器尚未启用运行此扩展所需的用户脚本功能。

请按照以下步骤操作来解决此问题：

1. **第一步：进入扩展程序管理页面**打开您的 Chrome 或 Edge 浏览器，复制下方地址并在地址栏中打开： `chrome://extensions`
2. **第二步：启用开发者模式**在“扩展程序”页面，请启用位于页面右上角的“开发者模式”开关。对于 Chrome 浏览器，开关通常在页面的右上角；对于 Edge 浏览器，则在左下角。

   <figure><img src="/files/014qxOB3J8KQaAXMegxm" alt=""><figcaption></figcaption></figure>
3. **第三步：进入插件详情并授权**

   首先，点击插件卡片上的“详情”按钮。

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

   然后，在新页面中找到并启用“允许运行用户脚本”开关。

   <figure><img src="/files/HVERaKdDxjaHyTO70yYm" alt=""><figcaption></figcaption></figure>
4. **第四步：刷新扩展程序**返回扩展程序列表，点击插件卡片上的刷新按钮（环形箭头图标）。或者，您也可以直接禁用再重新启用该插件。

<p align="center"> </p>

<figure><img src="/files/xHvRb03GkV3npMsQfFS3" 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://help.titanapp.info/titan-network-zhong-wen/titan-liu-lan-qi-cha-jian/chang-jian-wen-ti/qi-dong-shi-bai-xu-yao-yong-hu-jiao-ben-quan-xian.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.
