Crunchyroll Dark Mode + UI Upgrade

Dark Mode for Cruncyroll on Desktop

Qu'est-ce que Crunchyroll Dark Mode + UI Upgrade ?

Crunchyroll Dark Mode + UI Upgrade est une extension Chrome développée par DevTopia, et sa fonction principale est "Dark Mode for Cruncyroll on Desktop".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crunchyroll Dark Mode + UI Upgrade

Téléchargez les fichiers d'extension Crunchyroll Dark Mode + UI Upgrade 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

                        Dark Mode for Crunchyroll on Desktop.
** Next UPDATE**
  Finally CR rolled-out their Dark Mode for Desktop and with that I will be changing the styling and adding new features to accommodate the new design.

---> Feature Request <---
If you would like to request a feature or notice any bugs, please let me know by leaving a review.


NOTE: This extension is not affiliated with or sponsored by Cruncyroll.com. This is just a helpful tool created until Crunchyroll updates the website with dark mode as they have done with their apps.                    

Informations de Base sur l'Extension

Nom Crunchyroll Dark Mode + UI Upgrade Crunchyroll Dark Mode + UI Upgrade
ID ameigalddkfonmfeclbpknhmacaponip
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip
Description Dark Mode for Cruncyroll on Desktop
Taille du Fichier 10.82 KB
Nombre d'Installations 837
Version Actuelle 2.2.0
Dernière Mise à Jour 2021-07-29
Date de Publication 2020-01-19
Développeur DevTopia
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll Dark Mode + UI Upgrade",
    "description": "Dark Mode for Cruncyroll on Desktop",
    "version": "2.2.0",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ]
        }
    ]
}