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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}