d アニメストアの動画再生画面でニコニコ動画のコメントを表示するブラウザ拡張機能です。
- Node.js
- bun
- Latest Firefox Based Browser
- Firefox
- etc...
- Latest Chromium Based Browser
- Google Chrome
- Microsoft Edge
- etc...
- Visual Studio Code
Install local dependencies by running:
bun installRun the following command:
# Requires Bash environment
bun run buildThis will create a zip file in the dist directory.
dist/chrome.zip is for Chromium based browsers.
dist/firefox.zip is for Firefox based browsers.
Run the following command:
bun run lintRun the following command:
bun run format

