Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Discussion options

前往 addons.mozilla.org 注册开发者账号,进入开发者中心,提交新的附加组件,选择我自己托管,待审核通过后,下载签名过的xpi文件即可正常安装,而且可以随账号同步。

You must be logged in to vote

Replies: 6 comments

Comment options

感谢老哥分享~ 刚试了确实可以

You must be logged in to vote
0 replies
Comment options

(下载签名过的xpi文件即可正常安装)这个步骤怎么弄的呢

You must be logged in to vote
0 replies
Comment options

(下载签名过的xpi文件即可正常安装)这个步骤怎么弄的呢

找自己发布的插件列表,点进去查看所有版本

You must be logged in to vote
0 replies
Comment options

(下载签名过的xpi文件即可正常安装)这个步骤怎么弄的呢

找自己发布的插件列表,点进去查看所有版本

谢谢老哥

You must be logged in to vote
0 replies
Comment options

由于Wiki中已经补充该方法链接,故关闭

You must be logged in to vote
0 replies
Comment options

  1. 降级至 Firefox ESR (可以使用 Firefox 命令行启动加上参数 --allow-downgrade 来降级 Firefox, 建议备份) 或升级至 Firefox Developer Edition;
  2. 打开 about:config, 将 xpinstall.signatures.required 及 xpinstall.whitelist.required 设为 false;
  3. 下载 GitHub Action 的最新 zip 构建, 解包, 并修改 manifest.json, 加入如下内容:
"browser_specific_settings": {
  "gecko": {
    "id": "your email"
  }
}
  1. 将文件夹内的内容打包为 zip, 随后选择“从文件安装附加组件”;

参考链接: https://wiringbits.net/browser-extensions/2020/11/27/installing-unsigned-extensions-permanently-to-firefox.html
截屏2024-01-24 03 53 57

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #491 on January 30, 2021 14:16.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.