> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/knowledge-base/browser-extension-knowledge-base/this-extension-may-have-been-corrupted.md).

# This extension may have been corrupted

Occasionally, the Devolutions Password Manager browser extension may become corrupted in your browser. The error message is usually: ***This extension may have been corrupted***.

1. Open Chrome and go to `chrome://extensions/`.
2. Locate the Devolutions Password Manager browser extension.
3. If the extension is marked as corrupted, click ***Repair***.

#### Windows roaming user profile

Using a [Windows roaming user profile](https://learn.microsoft.com/en-us/windows-server/storage/folder-redirection/deploy-roaming-user-profiles) may lead to corruption issues in the Devolutions Password Manager browser extension. This typically occurs in environments where large user profiles are synchronized and copied during log-on or log-off. As the profile size increases, the time required to complete these operations also increases.

1. Prevent the following folder from being included in the roaming profile: `%LocalAppData%\Google\Chrome\User Data`.
2. Use the `UserDataFolderMode` and `UserDataFolderPath` properties to configure a custom, persistent user data folder. These properties can be applied in:
   * Classic open browser activity
   * Modern use application/Browser activity

#### Devolutions Password Manager browser extension corrupted from damaged or misconfigured browser user profile

Devolutions Password Manager browser extension may become corrupted if the browser’s user profile is damaged or misconfigured.

1. To avoid interference, exclude the following path from the anti-virus allowlist: `%LocalAppData%\Google\Chrome\User Data`.
2. For environments using roaming profiles or redirected folders, consider specifying a different location for the browser user data folder to avoid conflicts.


---

# 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:

```
GET https://docs.devolutions.net/password-manager/knowledge-base/browser-extension-knowledge-base/this-extension-may-have-been-corrupted.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.
