Aniwatch Plus

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

什么是Aniwatch Plus?

Aniwatch Plus是由Serraniel开发的Chrome扩展程序,该扩展的主要功能是“Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.”。

扩展截图

screenshot

下载Aniwatch Plus扩展crx文件

下载Aniwatch Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Aniwatch Plus Aniwatch Plus
ID hgniihpjiioldkafogebpkbaiflmpimb
官方URL https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb
简介 Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
文件大小 46.64 KB
安装次数 612
当前版本 1.1
更新时间 2021-02-20
上架时间 2020-10-03
评分 4.67/5 共6次评分
开发者 Serraniel
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Serraniel/AniwatchPlus
帮助页面URL https://github.com/Serraniel/AniwatchPlus/issues
支持的语言 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"
        }
    ]
}