Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
Hvad er Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade er en Chrome-udvidelse udviklet af DevTopia, og dens hovedfunktion er "Dark Mode for Cruncyroll on Desktop".
Udvidelsesskærmbilleder
Download Crunchyroll Dark Mode + UI Upgrade-udvidelses-CRX-fil
Download Crunchyroll Dark Mode + UI Upgrade-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ameigalddkfonmfeclbpknhmacaponip |
| Officiel URL | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
| Beskrivelse | Dark Mode for Cruncyroll on Desktop |
| Filstørrelse | 10.82 KB |
| Antal Installationer | 837 |
| Nuværende Version | 2.2.0 |
| Senest Opdateret | 2021-07-29 |
| Udgivelsesdato | 2020-01-19 |
| Udvikler | DevTopia |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| Understøttede Sprog | 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\/*"
]
}
]
} | |