Crunchyroll Dark Mode + UI Upgrade
Dark Mode for Cruncyroll on Desktop
什麼是Crunchyroll Dark Mode + UI Upgrade?
Crunchyroll Dark Mode + UI Upgrade是由DevTopia開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode for Cruncyroll on Desktop”。
擴展截圖
下載Crunchyroll Dark Mode + UI Upgrade擴展crx文件
下載Crunchyroll Dark Mode + UI Upgrade擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Crunchyroll Dark Mode + UI Upgrade |
ID | ameigalddkfonmfeclbpknhmacaponip |
官方網址 | https://chromewebstore.google.com/detail/crunchyroll-dark-mode-+-u/ameigalddkfonmfeclbpknhmacaponip |
簡介 | Dark Mode for Cruncyroll on Desktop |
檔案大小 | 10.82 KB |
安裝次數 | 837 |
目前版本 | 2.2.0 |
更新時間 | 2021-07-29 |
上架時間 | 2020-01-19 |
開發者 | DevTopia |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
支援的語言 | 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\/*" ] } ] } |