CrunchyScore - MAL Score on Crunchyroll

Add MyAnimeList Ranking on Crunchyroll page

Vad är CrunchyScore - MAL Score on Crunchyroll?

CrunchyScore - MAL Score on Crunchyroll är en Chrome-tillägg utvecklad av befabri, och dess huvudfunktion är "Add MyAnimeList Ranking on Crunchyroll page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner CrunchyScore - MAL Score on Crunchyroll-förlängningens CRX-fil

Ladda ner CrunchyScore - MAL Score on Crunchyroll-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CrunchyScore - MAL Score on Crunchyroll CrunchyScore - MAL Score on Crunchyroll
ID coiidbjimmeojgdkclafjccnhgenmmbi
Officiell webbadress https://chromewebstore.google.com/detail/crunchyscore-mal-score-on/coiidbjimmeojgdkclafjccnhgenmmbi
Beskrivning Add MyAnimeList Ranking on Crunchyroll page
Filstorlek 40.95 KB
Antal Installationer 48
Aktuell Version 0.0.6
Senast Uppdaterad 2024-02-05
Publiceringsdatum 2023-06-07
Utvecklare befabri
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://crunchyscore.app/
URL till Sekretesspolicy Sidan https://crunchyscore.app/privacy
Stödda Språk 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"
            ]
        }
    ]
}