Unofficial browser extension for https://aniwatch.me/.
Find a file
2020-09-01 01:38:44 +02:00
resources/logo #16 Added images 2020-08-28 18:53:42 +02:00
src #35 changes in manifest for rebranding 2020-08-29 16:29:28 +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 #35 added watch script 2020-08-29 16:44:41 +02:00
LICENSE Initial commit 2020-04-19 19:21:51 +02:00
package-lock.json #35 fixed version number 2020-08-29 17:40:42 +02:00
package.json added Kaffem as a contributor 2020-09-01 01:38:44 +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