Yandex Music control

Control your music from any app! Integrates with Windows and Linux operating systems.

Yandex Music control란 무엇입니까?

Yandex Music control은(는) Night-Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your music from any app! Integrates with Windows and Linux operating systems."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Yandex Music control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        App to control Yandex music from any tabs, windows or apps! 
Integrates with Windows, Mac and Linux operating systems.
Before using the extension, you must restart the browser for all functions to work correctly.
To start using the extension, open a tab with Yandex music and enable your track.
Do not close the tab! Enjoy!

The app allows to:
•Toggle a track.
•Add or remove a track from your favorites.
•Use keyboard shortcuts or media keys.
•View and open a cover of any track.
•You can use buttons of this extension or your keyboard.
•When you use your keyboard to control, you can see a track's name in notifications.

Default keyboard shortcuts:
•Add to favorites (Ctrl+Shift+0)
•Next track (Ctrl+Shift+9)
•Pause track (Ctrl+Shift+8)
•Previous track (Ctrl+Shift+7)

To set your own keyboard shortcuts, go to Chrome>Extensions>☰>Keyboard Shortcuts. After changing the settings, you may need to restart your browser.

3.2.0
• Added light color theme.

3.1.0
• As of Chrome 114, the extension is available in the side panel. Select it from the dropdown list. 
• The duration of each track has been added to the playlist.

3.0.0
•   Added popup window. The window contains the current playlist and player control buttons. The window can be set to different sizes, both very small and large. The window can save position and size if it is set in the settings. In the settings, you can reassign one key combination for opening, bringing to the front and minimizing the window. (The popup only works correctly in 'Google Chrome', other popular Chrome-based browsers may have errors).
• Now you can turn on notifications to see how the song changes every time.
• In notifications, the track icon has rounded corners.

2.4.0
• Now the «dislike» button is available on the main screen (enable in the settings). Also now you can long press the «like» button to dislike a track. Works on the main screen and in the playlist.

2.3.0
• Added dark theme.
• Improved the displayed track list if your current playlist type is radio. Now you can see next 5-7 tracks.

 2.2.0
•Toggles available!
Now you can control the volume, repeat and shuffle the music.
• You can also increase or decrease the volume and rewind the track with the mouse wheel!

 2.0.0:
• Added a list of tracks of the current playlist. Also you can select track from playlist.

 1.5:
• You can now rewind the track.
• Click on the notification to skip to the next track!

 1.4:
• Added Integrate with Windows, Mac, and Linux operating systems, tested on: Windows 10, Kubuntu 20.04. (Media Session API)
• Added settings for control show notifications.

 1.3:
• Added shortcut button to add to favorites.

 1.2:
• Fixed translates.
• Graphical improvements.

 1.1:
• Added russian language.
• Small improvements.
• Fixed bugs.                    

확장 프로그램 기본 정보

이름 Yandex Music control Yandex Music control
ID bhcfibiihpkamomgolcmafcblbaonlka
공식 URL https://chromewebstore.google.com/detail/yandex-music-control/bhcfibiihpkamomgolcmafcblbaonlka
설명 Control your music from any app! Integrates with Windows and Linux operating systems.
파일 크기 114 KB
설치 횟수 2,329
현재 버전 3.3.6
최근 업데이트 2023-12-19
출시 날짜 2020-04-06
평점 4.67/5 총 15 개의 평점
개발자 Night-Software
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_shortName__",
    "default_locale": "en",
    "version": "3.3.6",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/ExecutionDelay.js",
                "js\/injected.js",
                ".\/what-new.json"
            ],
            "matches": [
                "https:\/\/music.yandex.ua\/*",
                "https:\/\/music.yandex.ru\/*",
                "https:\/\/music.yandex.by\/*",
                "https:\/\/avatars.yandex.net\/*"
            ]
        }
    ],
    "icons": {
        "200": "img\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.yandex.ua\/*",
                "https:\/\/music.yandex.ru\/*",
                "https:\/\/music.yandex.by\/*",
                "https:\/\/avatars.yandex.net\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    },
    "commands": {
        "next-key": {
            "description": "Next",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            }
        },
        "togglePause-key": {
            "description": "Play\/Pause",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            }
        },
        "previous-key": {
            "description": "Previous",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            }
        },
        "toggleLike-key": {
            "description": "Set Like",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/music.yandex.ua\/*",
            "https:\/\/music.yandex.ru\/*",
            "https:\/\/music.yandex.by\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "system.display",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/music.yandex.ua\/*",
        "https:\/\/music.yandex.ru\/*",
        "https:\/\/music.yandex.by\/*",
        "https:\/\/avatars.yandex.net\/*"
    ]
}