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?

Crunchyroll - Anime Score from MyAnimeList是由Crunchyroll -Anime- Score from MyAnimeList開發的Chrome擴展程式,該擴展的主要功能是“Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Crunchyroll - Anime Score from MyAnimeList擴展crx文件

下載Crunchyroll - Anime Score from MyAnimeList擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Crunchyroll - Anime Score from MyAnimeList Crunchyroll - Anime Score from MyAnimeList
ID gmbngnmhdghglmgofmeikkaeipbeoknh
官方網址 https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh
簡介 Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
檔案大小 93.79 KB
安裝次數 79
目前版本 2.0.1
更新時間 2021-07-06
上架時間 2021-06-02
評分 4.67/5 共 3 次評分
開發者 Crunchyroll -Anime- Score from MyAnimeList
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.buymeacoffee.com/CrunchyrollMAL
支援的語言 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
    }
}