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

Hvad er Crunchyroll - Anime Score from MyAnimeList?

Crunchyroll - Anime Score from MyAnimeList er en Chrome-udvidelse udviklet af Crunchyroll -Anime- Score from MyAnimeList, og dens hovedfunktion er "Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Crunchyroll - Anime Score from MyAnimeList-udvidelses-CRX-fil

Download Crunchyroll - Anime Score from MyAnimeList-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Crunchyroll - Anime Score from MyAnimeList Crunchyroll - Anime Score from MyAnimeList
ID gmbngnmhdghglmgofmeikkaeipbeoknh
Officiel URL https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh
Beskrivelse Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
Filstørrelse 93.79 KB
Antal Installationer 79
Nuværende Version 2.0.1
Senest Opdateret 2021-07-06
Udgivelsesdato 2021-06-02
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Crunchyroll -Anime- Score from MyAnimeList
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.buymeacoffee.com/CrunchyrollMAL
Understøttede Sprog 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
    }
}