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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change appearance of YouTube Music to Light Gray for better usability."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YTML - YouTube Music Light Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
    }
}