CrunchyScore - MAL Score on Crunchyroll

Add MyAnimeList Ranking on Crunchyroll page

CrunchyScore - MAL Score on Crunchyroll là gì?

CrunchyScore - MAL Score on Crunchyroll là một tiện ích mở rộng Chrome được phát triển bởi befabri, và tính năng chính của nó là "Add MyAnimeList Ranking on Crunchyroll page".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrunchyScore - MAL Score on Crunchyroll

Tải xuống các tệp mở rộng CrunchyScore - MAL Score on Crunchyroll 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

                        Explore Crunchyroll in a new way. Say goodbye to extra tabs and access MyAnimeList anime ratings right within Crunchyroll!

Discover a variety of customizable features that seamlessly integrate anime scores into your Crunchyroll browsing.

The scores are available on the following pages:
- Popular
- Newest
- Simulcast
- Videos (Genres)

Customize the Look with this options:
- Score Text Color
- Score Label
- Decimal Precision
- Sorting

To access these options, click on the extension icon to bring up the pop-up window.                    

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

Tên CrunchyScore - MAL Score on Crunchyroll CrunchyScore - MAL Score on Crunchyroll
ID coiidbjimmeojgdkclafjccnhgenmmbi
URL Chính Thức https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi
Mô tả Add MyAnimeList Ranking on Crunchyroll page
Kích Thước Tệp 40.95 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2023-06-07
Nhà Phát Triển befabri
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crunchyscore.app/
URL Trang Chính Sách Bảo Mật https://crunchyscore.app/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrunchyScore - MAL Score on Crunchyroll",
    "version": "0.0.6",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.crunchyroll.com\/",
        "https:\/\/api.crunchyscore.app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}