AniwatchPlus
Unofficial browser extension for https://aniwatch.me/.
Install / Use
/learn @Serraniel/AniwatchPlusREADME
<img align="right" width="100" height="100" src="resources/logo/AnimeWatch.ico/main/black/AWPLUS%20Final%20Black%20128.png">
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
- Time conversion into localtime
- Cleaner list presentation
- Improved presentation of available audio and subtitles
- Better display of anime requests
- Display notification count in tab title
- Autoplay after screenshot
Download
Click the badge for your browser to get to the download page:
Development
Tools
This project requires you to install the latestst versions of Node.js, NPM and gulp. Minimum required versions: | Tool | Version | |-|-| | node.js | ^14.x.x | | npm | ^6.x.x | | gulp | ^4.x.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
