YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
YTML - YouTube Music Light Themeとは何ですか?
YTML - YouTube Music Light Themeはratushnyi.bによって開発されたChromeの拡張機能で、その主な機能は「Change appearance of YouTube Music to Light Gray for better usability.」です。
拡張機能のスクリーンショット
YTML - YouTube Music Light Theme拡張機能のCRXファイルをダウンロード
YTML - YouTube Music Light Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I hate default dark YT theme and did some small changes in design. For now done: - gray background - "Recent activity" removed from Library - removed playlist icon - compact playlists list when you need to add song there
拡張機能の基本情報
名前 | YTML - YouTube Music Light Theme |
ID | fkcbmcknebadmgaloijlbnffppohlama |
公式URL | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
説明 | Change appearance of YouTube Music to Light Gray for better usability. |
ファイルサイズ | 73.92 KB |
インストール数 | 120 |
現在のバージョン | 1.0.4 |
最終更新日 | 2021-11-19 |
公開日 | 2020-12-06 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | ratushnyi.b |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YTML - YouTube Music Light Theme", "version": "1.0.4", "description": "Change appearance of YouTube Music to Light Gray for better usability.", "short_name": "YT Music Light", "permissions": [ "https:\/\/music.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |