Unofficial browser extension for https://aniwatch.me/.
81c52d7f23
Bumps [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) from 7.12.0 to 7.12.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.1/packages/babel-compat-data) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.github/workflows | ||
resources/logo | ||
src | ||
!build.cmd | ||
.babelrc | ||
.gitignore | ||
.travis.yml | ||
enhanced-aniwatch.code-workspace | ||
gulpfile.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
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