> 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/dutch-documentation/extra-functies/extension-manager/custom-extensions.md).

# Aangepaste extensies

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

Incogniton stelt je in staat om aangepaste Chrome-compatibele extensies te installeren in je browserprofielen. Dit stelt je in staat om elk profiel te optimaliseren voor je specifieke workflow, zonder concessies te doen aan vingerafdrukbescherming of anonimiteit - of je nu automatiseringstools uitvoert, advertenties beheert, trackers blokkeert of meerdere accounts beheert.

In deze gids begeleiden we je door de stappen om een aangepaste extensie te uploaden en toe te wijzen aan profielen. Voordat je begint, zorg ervoor dat het aangepaste extensiebestand dat je wilt uploaden op je computer is opgeslagen en in **.crx-formaat** is.

### Hoe een aangepaste extensie te uploaden en in te stellen in Incogniton <a href="#id-0-toc-title" id="id-0-toc-title"></a>

{% stepper %}
{% step %}

#### **Upload en maak de aangepaste extensie**

* Navigeer naar **Browsers > Extensions**
* Klik op **Add extension** en ga naar het aangepaste tabblad in het pop-upvenster
* Klik op **Select .crx file**
* Selecteer je .crx-bestand van je computer en volg de aanwijzingen om het toe te voegen
* Kies een naam en beschrijving (optioneel) en klik op **Add**
  {% endstep %}

{% step %}

#### Wijs aangepaste extensie toe aan een browserprofiel

* Maak een nieuw profiel aan of bewerk een bestaand profiel
* Ga naar **Advanced > Extensions & Cookies**
* Ga naar het aangepaste tabblad en selecteer de extensie onder **Custom library**
* Klik op **Save**
  {% endstep %}

{% step %}

#### **Voeg aangepaste extensie toe aan meerdere profielen (bulk)**

* Selecteer de profielen waaraan je de extensie wilt toevoegen
* Navigeer naar de werkbalk hieronder, ga naar meer acties en klik op **Browser Management > Add Extensions**
* Selecteer de aangepaste extensie en klik op **Save**
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Als je vragen hebt over het proces of problemen ondervindt bij het toewijzen van extensies, neem dan contact op met [Incogniton Support](https://incogniton.com/contact/) voor hulp.
{% 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/dutch-documentation/extra-functies/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.
