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 install
Run the following command:
# Requires Bash environment
bun run build
This 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 lint
Run the following command:
bun run format