How to install 6.5.0 on Firefox? #2021
-
|
I see fix for Firefox problems have been released however I cannot find this version to install, how do I import this into Firefox? There is no XPI file or anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@Stiropor hello there.
After that you receive a two zip files (for chrome and firefox) in /dist folder. Next, you need to open |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @zozulinskyi this worked. Had to load it as temp addon due to some problem in Manifest, but it works 😄 |
Beta Was this translation helpful? Give feedback.
@Stiropor hello there.
Just clone or download repository and use next commands:
yarn installyarn run buildyarn run zipAfter that you receive a two zip files (for chrome and firefox) in /dist folder.
Next, you need to open
about:addonspage in Firefox and use "Install add-on from file" button. If you have a problem "this add-on appears to be corrupt" openabout:debugging#/runtime/this-firefoxpage and try upload your zip via "Load temporary Add-on" button.