Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
Cos'è Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade è un'estensione di Chrome sviluppata da DevTopia, e la sua funzione principale è "Dark Mode for Cruncyroll on Desktop".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crunchyroll Dark Mode + UI Upgrade
Scarica i file di estensione Crunchyroll Dark Mode + UI Upgrade in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ameigalddkfonmfeclbpknhmacaponip |
| URL Ufficiale | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
| Descrizione | Dark Mode for Cruncyroll on Desktop |
| Dimensione del File | 10.82 KB |
| Conteggio Installazioni | 837 |
| Versione Corrente | 2.2.0 |
| Ultimo Aggiornamento | 2021-07-29 |
| Data di Pubblicazione | 2020-01-19 |
| Sviluppatore | DevTopia |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| Lingue Supportate | 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\/*"
]
}
]
} | |