Wie kann ich über eine Firefox-Gabel auf das richtige XPI zugreifen?

287
d3vid

Ich verwende einen Firefox-Fork unter GNU / Linux, den AMO nicht erkennt. Anstatt mir XPI-Links zu geben, gibt es mir Buttons zu "Get Firefox Now!".

In den HTML-Quellcode einsteigen Ich kann Links zu XPI-Dateien finden, die enden, an-fx.xpiaber das Herunterladen dieser Dateien und die Auswahl der Installationsroutine scheint nicht zu funktionieren. (Das Plugin wird installiert, funktioniert aber nicht.) Ich denke, sie sind vielleicht für Firefox für Android?

Wie kann ich sicherstellen, dass ich auf XPIs für den GNU / Linux-Desktop zugreife?

0

1 Antwort auf die Frage

0
harrymc

The simplest solution would be to change the User-Agent string that identifies your browser to one that the store will accept as bona-fide Firefox.

To override this string :

  1. Type about:config into Firefox’s address bar and press Enter
  2. Type general.useragent.overridepreference in the search box, and if it exists go to step 4 (double-click it)
  3. Right-click on the about:config page, point to New, and select String
  4. Name the preference general.useragent.override
  5. Enter your desired user agent as the value of the preference.

A searchable database of user-agent strings can be found in myip.ms, where you can search for one that suits you.

Another (tiring) solution would be to google for the addon and then download the xpi file.