前段时间发的去中心化的 YouTube 弹幕插件已上架 chrome 商店,并修复了一些 bugs 感兴趣的欢迎下载玩玩 。
danmakustr
一个基于 nostr 协议的 chrome 弹幕插件 a chrome extension for danmaku based on the nostr protocol
特点:
- 去中心化:基于 nostr 网络实现,弹幕存储在世界各地的中继器上
- 不依赖维护:即使我放弃维护这个项目,只要还有人运行 nostr 中继器,弹幕就依然可以被获取和发送
- 抗审查:没有审查制度确保言论自由
从源码安装 (Install from source)
- clone 本仓库并进入文件夹 (clone this repo and cd into it)
- 安装依赖并构建 (install dependencies and build)
npm install npm run build
- 打开 chrome 浏览器,进入
chrome://extensions/
(open chrome and go tochrome://extensions/
) - 打开开发者模式 (enable developer mode)
- 点击
加载已解压的扩展程序
(clickLoad unpacked extension
) - 选择打包好的文件夹
build
(select thebuild
folder) - 打开 YouTube 发送你的第一条 nostr 弹幕吧!(open YouTube and send your first nostr danmaku!)
TODO
- 可编辑中继列表 (editable relay list)
- 支持 NIP-07 (support NIP-07)
- 支持给弹幕点赞 (support reaction to danmaku)
- 支持查看历史弹幕 (support viewing danmaku history)
- 支持下载视频弹幕 (support downloading danmaku)
- 支持更多平台 (support more platforms)
源码: https://github.com/CodyTseng/danmakustr
从 Chrome 商店安装 (Install from Chrome Web Store)
原创文章,作者:简单一点,如若转载,请注明出处:https://www.506064.com/n/7202.html