Crunchyroll - Anime Score from MyAnimeList

Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net

Crunchyroll - Anime Score from MyAnimeList là gì?

Crunchyroll - Anime Score from MyAnimeList là một tiện ích mở rộng Chrome được phát triển bởi Crunchyroll -Anime- Score from MyAnimeList, và tính năng chính của nó là "Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net".

Ả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 Crunchyroll - Anime Score from MyAnimeList

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

                        1) Visit Crunchyroll.com
2) Browse Anime / Shows
3) Thanks to this extension you will be able to see the score of each Anime
4) The score is requested to MyAnimeList.net -it will be cached-
5) Pick an Anime and enjoy it!

Right click on the extension icon to access the Options:
- Fade low score Anime
- Clear Anime score cache

New in version 2.0: Crunchyroll beta support                    

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

Tên Crunchyroll - Anime Score from MyAnimeList Crunchyroll - Anime Score from MyAnimeList
ID gmbngnmhdghglmgofmeikkaeipbeoknh
URL Chính Thức https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh
Mô tả Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
Kích Thước Tệp 93.79 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-07-06
Ngày Phát Hành 2021-06-02
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Crunchyroll -Anime- Score from MyAnimeList
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.buymeacoffee.com/CrunchyrollMAL
Ngôn Ngữ Được Hỗ Trợ en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "manifest_version": 3,
    "version": "2.0.1",
    "permissions": [
        "webNavigation",
        "scripting",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*.crunchyroll.com\/*",
        "*:\/\/*.myanimelist.net\/*"
    ],
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "icons": {
        "16": "\/logo\/logo.png",
        "48": "\/logo\/logo.png",
        "128": "\/logo\/logo.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}