YTML - YouTube Music Light Theme
Change appearance of YouTube Music to Light Gray for better usability.
Vad är YTML - YouTube Music Light Theme?
YTML - YouTube Music Light Theme är en Chrome-tillägg utvecklad av ratushnyi.b, och dess huvudfunktion är "Change appearance of YouTube Music to Light Gray for better usability.".
Tilläggsskärmbilder
Ladda ner YTML - YouTube Music Light Theme-förlängningens CRX-fil
Ladda ner YTML - YouTube Music Light Theme-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
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 Grundläggande Information om Tillägg
| Namn | |
| ID | fkcbmcknebadmgaloijlbnffppohlama |
| Officiell webbadress | https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama |
| Beskrivning | Change appearance of YouTube Music to Light Gray for better usability. |
| Filstorlek | 73.92 KB |
| Antal Installationer | 120 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2021-11-19 |
| Publiceringsdatum | 2020-12-06 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | ratushnyi.b |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |