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
公式URL 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
Eメール [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
    }
}