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
Eメール [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"
        }
    ]
}