add-on

How can I disable signature checking for Firefox add-ons?

放肆的年华 提交于 2019-11-26 14:27:01
Since version 42, Firefox, by default, refuses to install unsigned add-ons. How do I disable this verification? It is only possible to disable addons verification in Nightly and Developer channel. In other words it is not possible in Beta versions and standard releases . Go to about:config (enter it into address bar) Set xpinstall.signatures.required to false . More at https://wiki.mozilla.org/Addons/Extension_Signing Disable add-on signing check in Release (all) versions of Firefox Firefox version 65+ (or so) The following instructions will disable signature checking on Firefox for the

How do I write a Firefox Addon? [closed]

流过昼夜 提交于 2019-11-26 04:58:08
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . What are some resources for getting started writing a Firefox Addon? Is there an API guide somewhere? Is there a getting started