Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
Fistbump 预览

Fistbump 作者: Fistbump

Connects web apps to the Fistbump desktop app via window.fistbump.

0(0 条评价)0(0 条评价)
尚无用户尚无用户
下载 Firefox 并安装扩展
下载文件

扩展元数据

关于此扩展
Fistbump is the official browser extension for the Fistbump desktop wallet. It exposes a window.fistbump provider to any web page, so web apps can request the user's wallet address, ask the user to sign messages, and build transactions — all gated behind per-request approval modals in the desktop wallet.

Features
  • Connect — Web apps request access with window.fistbump.connect(). The first time a site connects, the desktop wallet pops a confirmation modal showing the site's origin; subsequent connects from the same site are silent.
  • Send transactions — window.fistbump.sendTx({ to, amount }) accepts either a raw fb1… address or a Fistbump name (resolved on the wallet side). The wallet shows a review modal with the recipient, fee, and total, and requires the wallet to be unlocked before signing.
  • Sign messages — window.fistbump.signMessage("hello") signs with the active wallet's receive address. window.fistbump.signMessage("hello", { name: "eskimo" }) signs with the key that owns a specific Fistbump name, after verifying ownership on the wallet side.
  • Zero data collection — the extension does not talk to any remote server. Every request is forwarded to your locally installed Fistbump desktop wallet via the browser's native messaging API.

How it works

The extension uses the browser's native messaging API to talk to a small bridge binary shipped inside the Fistbump desktop app. The browser pre-verifies the extension's ID before spawning the bridge, so no other extension can impersonate it. The bridge forwards requests to the wallet over a local Unix domain socket (on macOS and Linux) or named pipe (on Windows), both of which live in your user directory with per-user permissions.

Requirements
  • The Fistbump desktop wallet must be installed. Download at https://fistbump.org.
  • First-time use: launch the desktop wallet at least once so it registers the extension's native messaging host with your browser.

The desktop wallet and this extension are open source.
评分 0(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

5
0
4
0
3
0
2
0
1
0
尚无评价
权限与数据

必要权限:

  • 与 Firefox 之外的其他程序交换信息
  • 访问您在所有网站的数据

收集的数据:

  • 开发者称此扩展无需收集数据。
详细了解
更多信息
附加组件链接
  • 主页
  • 用户支持网站
  • Copy add-on ID
版本
0.2.0
大小
23.15 KB
上次更新
1 个月前 (2026年4月15日)
相关分类
  • 网页开发
  • 隐私和安全
许可证
MIT 许可证
版本历史
  • 查看所有版本
添加到收藏集
举报此附加组件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。