YaMusicStyles - Themes for Yandex Music

Customize Yandex Music to your liking.

YaMusicStyles - Themes for Yandex Music क्या है?

YaMusicStyles - Themes for Yandex Music jokergts123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize Yandex Music to your liking."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        YaMusicStyles will help make Yandex Music even more comfortable. Customize colors, backgrounds, fonts and more to your liking.
When installed, the extension changes the Yandex Music theme to a dark theme.

What the extension has:
- Audio visualizer
- Set color/transparency/blur interface for UI
- Set font
- Set wallpaper control or video with brightness
- Fullscreen player
- Deviders in playlist (only for fullscreen player)
- Support for multimedia keys for the player
- MediaSessionAPI
- Change UI width

What the extension cannot:
x Enjoy your own design
x Share with friends
x Support development                    

एक्सटेंशन की मूल जानकारी

नाम YaMusicStyles - Themes for Yandex Music YaMusicStyles - Themes for Yandex Music
ID madjjbcaeijccnnaehlmomnkjcfcdkad
आधिकारिक URL https://chromewebstore.google.com/detail/yamusicstyles-themes-for/madjjbcaeijccnnaehlmomnkjcfcdkad
विवरण Customize Yandex Music to your liking.
फ़ाइल का आकार 169 KB
स्थापना संख्या 450
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2024-02-17
प्रकाशन तिथि 2023-03-28
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर jokergts123
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLSeXjGOga65QraHls-3n9iO7WoRGc_LRowvGnADnTMsqR4He1w/viewform?usp=sf_link
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "next": {
            "description": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0442\u0440\u0435\u043a",
            "global": true,
            "suggested_key": {
                "default": "MediaNextTrack"
            }
        },
        "pause": {
            "description": "\u041f\u0430\u0443\u0437\u0430\/\u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438",
            "global": true,
            "suggested_key": {
                "default": "MediaPlayPause"
            }
        },
        "prev": {
            "description": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0442\u0440\u0435\u043a",
            "global": true,
            "suggested_key": {
                "default": "MediaPrevTrack"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "html": [
                "main.html",
                "popups.html"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.by\/*",
                "*:\/\/music.yandex.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        "*:\/\/music.yandex.ru\/*",
        "*:\/\/music.yandex.kz\/*",
        "*:\/\/music.yandex.by\/*",
        "*:\/\/music.yandex.com\/*"
    ],
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "name": "__MSG_extName__",
    "options_page": "captureHelper.html",
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess",
        "tabs",
        "tabCapture"
    ],
    "action": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.kz\/*",
                "*:\/\/music.yandex.by\/*",
                "*:\/\/music.yandex.com\/*"
            ],
            "resources": [
                "main.html",
                "popups.html",
                "APIprovider.js",
                "images\/*",
                "locales\/*",
                "player\/*"
            ]
        }
    ]
}