Crunchyroll Dark Mode + UI Upgrade

Dark Mode for Cruncyroll on Desktop

O que é Crunchyroll Dark Mode + UI Upgrade?

Crunchyroll Dark Mode + UI Upgrade é uma extensão do Chrome desenvolvida por DevTopia, e sua principal característica é "Dark Mode for Cruncyroll on Desktop".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crunchyroll Dark Mode + UI Upgrade

Baixe arquivos de extensão Crunchyroll Dark Mode + UI Upgrade 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

                        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.                    

Informações Básicas da Extensão

Nome Crunchyroll Dark Mode + UI Upgrade Crunchyroll Dark Mode + UI Upgrade
ID ameigalddkfonmfeclbpknhmacaponip
URL Oficial https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip
Descrição Dark Mode for Cruncyroll on Desktop
Tamanho do Arquivo 10.82 KB
Contagem de Instalações 837
Versão Atual 2.2.0
Última Atualização 2021-07-29
Data de Publicação 2020-01-19
Desenvolvedor DevTopia
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612
Idiomas Suportados 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\/*"
            ]
        }
    ]
}