两种安装 Firefox 扩展的方法有什么不同?

What's different between two ways to install Firefox extension?

当我将我的扩展提交到 Mozilla 商店时,我有两种提交方式:

它们之间有什么不同,如果我选择秒方式,Mozilla 会禁用我的扩展吗?

在此站点上提交插件的方式是提交插件的常规方式,其中您的 webextension:

  • 将由自动代码验证器进行检查,该验证器将根据检测到的内容显示大量警告或错误,
  • 将由 AMO 审阅者进行审阅,并将被接受或拒绝,
  • 会自动签名,
  • 公开在 Addons Marketplace 中列出。
  • 每当您上传新版本时都会自动更新,并且该版本将被接受。

您自己提交插件、扩展的方式:

  • 将由自动代码验证器进行检查,该验证器将根据检测到的内容显示大量警告或错误,
  • 将自动签名

The main difference is that if you publish the webextension on your own it will be not publicly available (not listed in the searches) and it can be downloaded only by the users that know the exact addon URL. Also, it will not reviewed by an AMO reviewer.

查看 Signing and distributing your add-on