maxnha

Firefox Erweiterung für Nutzer vorinstallieren und Update

Hallo,
Ich würde gerne im Firefox Erweiterungen wie Adblock etc. für alle Nutzer vorinstallieren. Dazu habe ich gesehen, dass man die XPI-Datei in folgenden Ordner kopieren soll:
Programmverzeichnis/distribution/extensions

Das Problem ist, dass dann aber die Addons nicht automatisch upgedatet werden. Ist es irgendwie möglich zu erreichen, Addons vorzuinstallieren und dennoch die Auto-Update-Funktion zu erhalten?

Vielen Dank!

Max
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 391743

Url: https://administrator.de/forum/firefox-erweiterung-fuer-nutzer-vorinstallieren-und-update-391743.html

Ausgedruckt am: 10.05.2025 um 05:05 Uhr

spec1re
spec1re 06.11.2018 um 09:01:42 Uhr
Goto Top
Ja.

https://github.com/mozilla/policy-templates

Extensions (Machine only)
This policy controls the installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled. For Install, you specify a list of URLs or paths. For Uninstall and Locked, you specify extension IDs.

{
  "policies": {  
    "Extensions": {  
      "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],  
      "Uninstall": ["addon_id@mozilla.org"],  
      "Locked":  ["addon_id@mozilla.org"]  
    }
}

Gruß Spec