Yandex.Music - play/pause

Управление плеером Яндекс.Музыки без перехода на вкладку сервиса

What is Yandex.Music - play/pause?

Yandex.Music - play/pause is a Chrome extension developed by https://robotushka.blogspot.com, and its main feature is "Управление плеером Яндекс.Музыки без перехода на вкладку сервиса".

Extension Screenshots

screenshot

Download Yandex.Music - play/pause Extension CRX File

Download Yandex.Music - play/pause extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Что умеет плагин
- Один клик по иконке плагина - play/pause.
- Двойной клик - следующая запись.
- Тройной клик - предыдущая.
Удобен тем, что можно управлять воспроизведением музыки, не переходя на вкладку браузера с Яндекс.Музыкой.                    

Extension Basic Information

Name Yandex.Music - play/pause Yandex.Music - play/pause
ID lnhdeipbglmkjgdloflclkcleiljggba
Official URL https://chromewebstore.google.com/detail/yandexmusic-playpause/lnhdeipbglmkjgdloflclkcleiljggba
Description Управление плеером Яндекс.Музыки без перехода на вкладку сервиса
File Size 19.08 KB
Installation Count 146
Current Version 2.3
Last Updated 2015-03-20
Publish Date 2015-03-20
Rating 5.00/5 Total 11 Ratings
Developer https://robotushka.blogspot.com
Payment Type free
Help Page URL https://github.com/iriscrm/Yandex.Music-player-plugin
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yandex.Music - play\/pause",
    "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0435\u0435\u0440\u043e\u043c \u042f\u043d\u0434\u0435\u043a\u0441.\u041c\u0443\u0437\u044b\u043a\u0438 \u0431\u0435\u0437 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0443 \u0441\u0435\u0440\u0432\u0438\u0441\u0430",
    "version": "2.3",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_title": "Yandex.Music - play\/pause"
    },
    "permissions": [
        "tabs",
        "https:\/\/music.yandex.ru\/*"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.yandex.ru\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "favicon.ico",
        "favicon_play.ico",
        "favicon_pause.ico"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}