YTML - YouTube Music Light Theme

Change appearance of YouTube Music to Light Gray for better usability.

Apa itu YTML - YouTube Music Light Theme?

YTML - YouTube Music Light Theme adalah ekstensi Chrome yang dikembangkan oleh ratushnyi.b, dan fitur utamanya adalah "Change appearance of YouTube Music to Light Gray for better usability.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YTML - YouTube Music Light Theme

Unduh file ekstensi YTML - YouTube Music Light Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama YTML - YouTube Music Light Theme YTML - YouTube Music Light Theme
ID fkcbmcknebadmgaloijlbnffppohlama
URL Resmi https://chromewebstore.google.com/detail/ytml-youtube-music-light/fkcbmcknebadmgaloijlbnffppohlama
Deskripsi Change appearance of YouTube Music to Light Gray for better usability.
Ukuran File 73.92 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-11-19
Tanggal Publikasi 2020-12-06
Penilaian 4.75/5 Total 4 Penilaian
Pengembang ratushnyi.b
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}