Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
Was ist Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade ist eine Chrome-Erweiterung, die von DevTopia entwickelt wurde, und ihr Hauptmerkmal ist "Dark Mode for Cruncyroll on Desktop".
Erweiterungsscreenshots
Crunchyroll Dark Mode + UI Upgrade-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crunchyroll Dark Mode + UI Upgrade-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ameigalddkfonmfeclbpknhmacaponip |
| Offizielle URL | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
| Beschreibung | Dark Mode for Cruncyroll on Desktop |
| Dateigröße | 10.82 KB |
| Installationsanzahl | 837 |
| Aktuelle Version | 2.2.0 |
| Letztes Update | 2021-07-29 |
| Veröffentlichungsdatum | 2020-01-19 |
| Entwickler | DevTopia |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |