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 |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |