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
官方網址 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"
        }
    ]
}