Simple plugin for searching YouTube video comments by keywords.
Developed using:
- Node.js from v8
$ git clone https://github.com/pancevac/firefox-ytsc-extension.git
$ cd firefox-ytsc-extension
$ npm install
$ npm run build
Build the extension into dist
folder for production.
Build the extension into dist
folder for development.
Build a zip file following this format <name>-v<version>.zip
, by reading name
and version
from manifest.json
file.
Zip file is located in dist-zip
folder.
Watch for modifications then run npm run build
.
Watch for modifications then run npm run build:dev
.
It also enable Hot Module Reloading, which also work on firefox, but after you temporary load plugin into browser.
https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/