Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
Wat is Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade is een Chrome-extensie ontwikkeld door DevTopia, en de belangrijkste functie is "Dark Mode for Cruncyroll on Desktop".
Extensie Screenshots
Download het CRX-bestand van de extensie Crunchyroll Dark Mode + UI Upgrade
Download Crunchyroll Dark Mode + UI Upgrade-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Crunchyroll Dark Mode + UI Upgrade |
ID | ameigalddkfonmfeclbpknhmacaponip |
Officiële URL | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
Beschrijving | Dark Mode for Cruncyroll on Desktop |
Bestandsgrootte | 10.82 KB |
Aantal Installaties | 837 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2021-07-29 |
Publicatiedatum | 2020-01-19 |
Ontwikkelaar | DevTopia |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
Ondersteunde Talen | 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\/*" ] } ] } |