Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Install an extentension from core\browser\extensions\ fails

  • 1 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I am using Firefox Developer Edition by extracting core/* from setup.exe. https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ installs fine by: - setting these

// Activate extensions in core user_pref("extensions.autoDisableScopes", 11); // 15 - 4 = ALL - SCOPE_APPLICATION user_pref("extensions.enabledScopes", 5); // 15 - 8 - 2 = ALL - SCOPE_SYSTEM - SCOPE_USER

- downloading .xpi - renaming to its id: uBlock0@raymondhill.net.xpi - moving to core\browser\extensions\ - starting Firefox

Doing the same with https://addons.mozilla.org/en-US/firefox/addon/always-right/ fails with: "could not be verified for use in Firefox Developer Edition and has been disabled." It can be installed from AMO, and also from the xpi file by opening it.

Please help me. https://github.com/autonome/Always-Right/issues/1

I am using Firefox Developer Edition by extracting core/* from setup.exe. https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ installs fine by: - setting these // Activate extensions in core user_pref("extensions.autoDisableScopes", 11); // 15 - 4 = ALL - SCOPE_APPLICATION user_pref("extensions.enabledScopes", 5); // 15 - 8 - 2 = ALL - SCOPE_SYSTEM - SCOPE_USER - downloading .xpi - renaming to its id: uBlock0@raymondhill.net.xpi - moving to core\browser\extensions\ - starting Firefox Doing the same with https://addons.mozilla.org/en-US/firefox/addon/always-right/ fails with: "could not be verified for use in Firefox Developer Edition and has been disabled." It can be installed from AMO, and also from the xpi file by opening it. Please help me. https://github.com/autonome/Always-Right/issues/1

被采纳的解决方案

I checked the signedState in the extensions.json file and notice signedState: 1

This means SIGNEDSTATE_PRELIMINARY: 1 - Add-on is preliminarily reviewed That might be the cause that the extension only works when installed in the profile folder. Other extensions that work may have:

  • SIGNEDSTATE_SIGNED: 2 - Add-on is fully reviewed
定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

I checked the signedState in the extensions.json file and notice signedState: 1

This means SIGNEDSTATE_PRELIMINARY: 1 - Add-on is preliminarily reviewed That might be the cause that the extension only works when installed in the profile folder. Other extensions that work may have:

  • SIGNEDSTATE_SIGNED: 2 - Add-on is fully reviewed