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

Qu'est-ce que Crunchyroll - Anime Score from MyAnimeList ?

Crunchyroll - Anime Score from MyAnimeList est une extension Chrome développée par Crunchyroll -Anime- Score from MyAnimeList, et sa fonction principale est "Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crunchyroll - Anime Score from MyAnimeList

Téléchargez les fichiers d'extension Crunchyroll - Anime Score from MyAnimeList au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Crunchyroll - Anime Score from MyAnimeList Crunchyroll - Anime Score from MyAnimeList
ID gmbngnmhdghglmgofmeikkaeipbeoknh
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh
Description Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
Taille du Fichier 93.79 KB
Nombre d'Installations 79
Version Actuelle 2.0.1
Dernière Mise à Jour 2021-07-06
Date de Publication 2021-06-02
Évaluation 4.67/5 Total 3 Évaluations
Développeur Crunchyroll -Anime- Score from MyAnimeList
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.buymeacoffee.com/CrunchyrollMAL
Langues Prises en Charge 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
    }
}