Unofficial browser extension for https://aniwatch.me/.
Find a file
2020-09-06 21:20:02 +02:00
resources/logo #16 Added images 2020-08-28 18:53:42 +02:00
src #35 Fixed developer key in manifest 2020-09-06 20:31:00 +02:00
!build.cmd #35 build scripts 2020-08-26 22:00:58 +02:00
.babelrc #35 babel plugin for modules 2020-08-26 18:29:09 +02:00
.gitignore #35 Added .tmp and dist directories to git ignore 2020-08-26 17:58:04 +02:00
enhanced-aniwatch.code-workspace #7 Added mutation observer 2020-07-29 10:35:57 +02:00
gulpfile.js Merge branch 'feature/#35-build-tools' of https://github.com/Serraniel/EnhancedAniwatch into feature/#35-build-tools 2020-09-06 20:33:41 +02:00
LICENSE Initial commit 2020-04-19 19:21:51 +02:00
package-lock.json #35 package-lock.json 2020-09-06 20:32:00 +02:00
package.json #35 Formatting 2020-09-06 21:03:16 +02:00
README.md #35 Updated package.json and readme 2020-08-29 17:27:16 +02:00

Aniwatch Plus

Aniwatch Plus is an unofficial extension which provides several UI improvments for https://aniwatch.me.

Features

  • adds quick search to website
  • cleaner style for lists
  • better presentation of anime requests

Browser Support

We currently support the following browsers in current versions:

  • Google Chrome
  • Mozilla Firefox
  • Opera
  • Microsoft Edge

Installation

This extension isn´t available in browser stores yet. Please download from releases for your browser and check how to manually install an extension into your browser. If you want to install the extension in Microsoft Edge, please use the Chrome release version.

Development

Tools

This project requires you to install NPM and gulp.

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