> For the complete documentation index, see [llms.txt](https://wiki.chamallow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.chamallow.com/1.-technologie/logiciels/browsers/firefox-extensions/official-extensions.md).

# Extensions

## Officiels

{% code fullWidth="true" %}

```
https://addons.mozilla.org/fr/firefox/addon/firefox-translations         # Firefox Translations
https://addons.mozilla.org/fr/firefox/addon/firefox-color                # Firefox Color
https://addons.mozilla.org/fr/firefox/addon/side-view                    # Side-View
https://addons.mozilla.org/fr/firefox/addon/multi-account-containers     # Multi-Account Containers 
https://addons.mozilla.org/fr/firefox/addon/facebook-container           # Facebook Container
https://addons.mozilla.org/fr/firefox/addon/notes-by-firefox             # Notes 
https://addons.mozilla.org/fr/firefox/addon/regretsreporter              # Regrets Reporter 
```

{% endcode %}

## Tierces

{% code fullWidth="true" %}

```bash
# Password Manager
https://addons.mozilla.org/fr/firefox/addon/bitwarden-password-manager     # Bitwarden
https://addons.mozilla.org/en-US/firefox/addon/proton-pass                 # ProtonPass

# Divers
https://addons.mozilla.org/fr/firefox/addon/proton-vpn-firefox-extension    # ProtonVPN
https://addons.mozilla.org/fr/firefox/addon/emojikeyboard                   # EmojiKeyboad
https://addons.mozilla.org/fr/firefox/addon/merciapp                        # Merci.App
https://addons.mozilla.org/fr/firefox/addon/epubreader                      # EpubReader
https://addons.mozilla.org/fr/firefox/addon/extension-signal-spam           # SignalSPAM

# RSS Lover
https://addons.mozilla.org/fr/firefox/addon/livemarks                       # Livemarks (RSS reborn)
https://addons.mozilla.org/fr/firefox/addon/feedbroreader                   # FeeBro Reader (RSS Reader)

# Utilitaires
https://addons.mozilla.org/fr/firefox/addon/sidebery                        # Sidebery
https://addons.mozilla.org/fr/firefox/addon/single-file                     # Single File
https://addons.mozilla.org/fr/firefox/addon/gnome-shell-integration         # GNOME Shell
https://addons.mozilla.org/fr/firefox/addon/onetab                          # OneTab
https://addons.mozilla.org/fr/firefox/addon/vt4browsers/                    # VT4Browsers

# Bloqueurs de publicités
https://addons.mozilla.org/fr/firefox/addon/ublock-origin                   # uBlock Origin
https://addons.mozilla.org/fr/android/addon/privacy-badger17                # Privacy Badger
https://addons.mozilla.org/fr/firefox/addon/fadblock                        # Fadblock

# DEV Tools
https://addons.mozilla.org/fr/firefox/addon/clearcache                      # Clear Cache
https://addons.mozilla.org/fr/firefox/addon/grepper                         # Code Grepper
https://addons.mozilla.org/fr/firefox/addon/user-agent-string-switcher      # User Agent & String Switcher

# Pack de Langues - France (français)
https://addons.mozilla.org/fr/firefox/addon/fran%C3%A7ais-language-pack     # Pack de langue Français
https://addons.mozilla.org/fr/firefox/addon/dictionnaire-fran%C3%A7ais1     # Dictionnaire Français

# Pack de Langues - Canada (anglais)
https://addons.mozilla.org/fr/firefox/addon/english-ca-language-pack        # Pack de langue Canadien
https://addons.mozilla.org/fr/firefox/addon/canadian-english-dictionary     # Dictionnaire Canadien
https://addons.mozilla.org/fr/firefox/addon/oxford-english-spellchecker     # Correcteur d'orthographe Oxford
```

{% endcode %}


---

# 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://wiki.chamallow.com/1.-technologie/logiciels/browsers/firefox-extensions/official-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.
