Aniwatch Plus

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

What is Aniwatch Plus?

Aniwatch Plus is a Chrome extension developed by Serraniel, and its main feature is "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.".

Extension Screenshots

screenshot

Download Aniwatch Plus Extension CRX File

Download Aniwatch Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance.

Current features are:
* Conversion to local time
* Quick Search
* Improved list representation
* Better highlighting of your own anime requests
* Better presentation of available audio and subtitles
* Display notification count in tab title
* Autoplay after screenshot                    

Extension Basic Information

Name Aniwatch Plus Aniwatch Plus
ID hgniihpjiioldkafogebpkbaiflmpimb
Official URL https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb
Description Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
File Size 46.64 KB
Installation Count 612
Current Version 1.1
Last Updated 2021-02-20
Publish Date 2020-10-03
Rating 4.67/5 Total 6 Ratings
Developer Serraniel
Email [email protected]
Payment Type free
Extension Website https://github.com/Serraniel/AniwatchPlus
Help Page URL https://github.com/Serraniel/AniwatchPlus/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aniwatch Plus",
    "short_name": "AW+",
    "version": "1.1.0.0",
    "version_name": "1.1",
    "description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.",
    "permissions": [
        "storage",
        "*:\/\/aniwatch.me\/*"
    ],
    "manifest_version": 2,
    "author": "Serraniel",
    "homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus",
    "icons": {
        "48": "images\/icon\/icon_48.png",
        "96": "images\/icon\/icon_96.png"
    },
    "options_ui": {
        "page": "html\/settings.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aniwatch.me\/*"
            ],
            "js": [
                "javascript\/common.min.js",
                "javascript\/app.min.js"
            ],
            "css": [
                "stylesheets\/aniwatchplus.min.css"
            ],
            "run_at": "document_end"
        }
    ]
}