3 KiB
3 KiB
Aniwatch Plus
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features like a quick search and improving the websites appearance.
Features
- Adds quick search
- Cleaner list presentation
- Improved presentation of available audio and subtitles
- Better display of anime requests
Download
Development
Tools
This project requires you to install the latestst versions of Node.js, NPM and gulp. Minimum required versions:
Tool | Version |
---|---|
node.js | => 12.18.x |
npm | => 6.14.x |
gulp | => 4.0.x |
Build
# mandatory
npm install -d
# build release version into './dist'
npm run dist:prod
# build dev version into './div' and start the watcher
npm run watch
# clean build and dist directories
npm run clean