CrunchyScore - MAL Score on Crunchyroll

Add MyAnimeList Ranking on Crunchyroll page

CrunchyScore - MAL Score on Crunchyrollとは何ですか?

CrunchyScore - MAL Score on Crunchyrollはbefabriによって開発されたChromeの拡張機能で、その主な機能は「Add MyAnimeList Ranking on Crunchyroll page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

CrunchyScore - MAL Score on Crunchyroll拡張機能のCRXファイルをダウンロード

CrunchyScore - MAL Score on Crunchyroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 CrunchyScore - MAL Score on Crunchyroll CrunchyScore - MAL Score on Crunchyroll
ID coiidbjimmeojgdkclafjccnhgenmmbi
公式URL https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi
説明 Add MyAnimeList Ranking on Crunchyroll page
ファイルサイズ 40.95 KB
インストール数 48
現在のバージョン 0.0.6
最終更新日 2024-02-05
公開日 2023-06-07
開発者 befabri
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://crunchyscore.app/
プライバシーポリシーページのURL https://crunchyscore.app/privacy
対応言語 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"
            ]
        }
    ]
}