maxnha
Goto Top

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

Content-Key: 391743

Url: https://administrator.de/contentid/391743

Printed on: April 26, 2024 at 14:04 o'clock

Member: spec1re
spec1re Nov 06, 2018 at 08:01:42 (UTC)
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