Aniwatch Plus

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

Aniwatch Plus là gì?

Aniwatch Plus là một tiện ích mở rộng Chrome được phát triển bởi Serraniel, và tính năng chính của nó là "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aniwatch Plus

Tải xuống các tệp mở rộng Aniwatch Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aniwatch Plus Aniwatch Plus
ID hgniihpjiioldkafogebpkbaiflmpimb
URL Chính Thức https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb
Mô tả Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
Kích Thước Tệp 46.64 KB
Số Lần Cài Đặt 612
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-02-20
Ngày Phát Hành 2020-10-03
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Serraniel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Serraniel/AniwatchPlus
URL Trang Trợ Giúp https://github.com/Serraniel/AniwatchPlus/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}