Anilist+ for Anilist

Enhanced AniList experience

Anilist+ for Anilist là gì?

Anilist+ for Anilist là một tiện ích mở rộng Chrome được phát triển bởi hschweitzer, và tính năng chính của nó là "Enhanced AniList experience".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Anilist+ for Anilist 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

                        Current features (0.4):
 - Proper 'Studio' tab on anime pages
 - Improved readability of the progress for users with grey theme when using grid lists
 - Scores in Anime and Manga lists are highlighted from red to green
 - You no longer need to scroll to the top of the page yourself after clicking certain links.

Chrome version: 
https://github.com/hschweitzer/AniList-Plus

Mozilla version: 
https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/
https://github.com/hschweitzer/Anilist-Plus-Firefox                    

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

Tên Anilist+ for Anilist Anilist+ for Anilist
ID elpfbellmnhbenkcdofdbdkneppoekhl
URL Chính Thức https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl
Mô tả Enhanced AniList experience
Kích Thước Tệp 17.72 KB
Số Lần Cài Đặt 899
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2020-07-22
Ngày Phát Hành 2019-04-09
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hschweitzer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anilist+ for Anilist",
    "version": "0.4.2",
    "description": "Enhanced AniList experience",
    "page_action": {
        "default_title": "AniList+ for Anilist",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "64": "images\/icon.png",
            "128": "images\/icon-128.png"
        }
    },
    "author": "rirrsmo & hadrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/anilist.co\/*"
            ],
            "js": [
                "list_visual_changes.js",
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "50",
    "permissions": [
        "*:\/\/anilist.co\/*"
    ],
    "short_name": "AniList+",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon-128.png"
    }
}