Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
Vad är Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade är en Chrome-tillägg utvecklad av DevTopia, och dess huvudfunktion är "Dark Mode for Cruncyroll on Desktop".
Tilläggsskärmbilder
Ladda ner Crunchyroll Dark Mode + UI Upgrade-förlängningens CRX-fil
Ladda ner Crunchyroll Dark Mode + UI Upgrade-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ameigalddkfonmfeclbpknhmacaponip |
| Officiell webbadress | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
| Beskrivning | Dark Mode for Cruncyroll on Desktop |
| Filstorlek | 10.82 KB |
| Antal Installationer | 837 |
| Aktuell Version | 2.2.0 |
| Senast Uppdaterad | 2021-07-29 |
| Publiceringsdatum | 2020-01-19 |
| Utvecklare | DevTopia |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
| Stödda Språk | 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\/*"
]
}
]
} | |