Skip to content

Browser extension for searching youtube video comments by specific keywords.

License

Notifications You must be signed in to change notification settings

pancevac/ytsc-extension

Repository files navigation

Browser extension for YouTube comments search

Simple plugin for searching YouTube video comments by keywords.

Developed using:

Requirements

  • Node.js from v8

Server side implementation (Node.js)

Build

$ git clone https://github.com/pancevac/firefox-ytsc-extension.git
$ cd firefox-ytsc-extension
$ npm install
$ npm run build

npm run build

Build the extension into dist folder for production.

npm run build:dev

Build the extension into dist folder for development.

npm run build-zip

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.

npm run watch

Watch for modifications then run npm run build.

npm run watch:dev

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.

Temporary loading

https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/