CrunchyScore - MAL Score on Crunchyroll

Add MyAnimeList Ranking on Crunchyroll page

O que é CrunchyScore - MAL Score on Crunchyroll?

CrunchyScore - MAL Score on Crunchyroll é uma extensão do Chrome desenvolvida por befabri, e sua principal característica é "Add MyAnimeList Ranking on Crunchyroll page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CrunchyScore - MAL Score on Crunchyroll

Baixe arquivos de extensão CrunchyScore - MAL Score on Crunchyroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CrunchyScore - MAL Score on Crunchyroll CrunchyScore - MAL Score on Crunchyroll
ID coiidbjimmeojgdkclafjccnhgenmmbi
URL Oficial https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi
Descrição Add MyAnimeList Ranking on Crunchyroll page
Tamanho do Arquivo 40.95 KB
Contagem de Instalações 48
Versão Atual 0.0.6
Última Atualização 2024-02-05
Data de Publicação 2023-06-07
Desenvolvedor befabri
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://crunchyscore.app/
URL da Página de Política de Privacidade https://crunchyscore.app/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}