前段時間發的去中心化的 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/zh-hant/n/7202.html