Online Music Control

Use shortcuts for control YouTube, Soundcloud, Yandex Music, Yandex Radio or Vk music.

Online Music Control란 무엇입니까?

Online Music Control은(는) https://bor64.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use shortcuts for control YouTube, Soundcloud, Yandex Music, Yandex Radio or Vk music."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Online Music Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage music from YouTube, SoundCloud, Yandex Music, Yandex Radio and VKontakte from any program using shortcuts!
Now it is not necessary to go to the tab with music to switch the song or "like" it. Just use the shortcuts!
Online Music Control will show a notification with the artist name and song title.

Windows standard shortcuts:
1. Next song (Ctrl + Shift + 9)
2. Previous song (Ctrl + Shift + 7)
3. Play / Pause (Ctrl + Shift + 8)
4. Like / Dislike (Ctrl + Shift + 0)

Mac OS standard shortcuts:
1. The next song (Cmd + Shift + 9)
2. Previous song (Cmd + Shift + 7)
3. Play / Pause (Cmd + Shift + 8)
4. Like / Dislike (Cmd + Shift + 0)

To change the default shortcuts:
1. Click on the extension icon (to the right of the search bar) and in the opened window click the "Shortcuts" (at the bottom).
2. On the new page in the Online Music Control extension field set your shortcuts combinations.

Attention! Changing the shortcuts make sure that you do not affect the system commands and commands of other programs.

Service selection:
Click on the extension icon to the right of the search bar and select the music service.

Send your suggestions and suggestions to my page on VKontakte.


*** Version Control ***
v.2.3.8
+ Changes related to Chrome Web Store privacy.

v.2.3.7
+ Fixed bug: cyclic opening of the player window in VK.

v.2.3.6
+ Fixed bug in the "Automatic service switching" feature.

v.2.3.5
+ NOW Automatic service switching.

v.2.3.4
+ Improved disabling ads on YouTube.

v.2.3.3
+ Now you can copy link to the clipboard and send it to friends.

v.2.3.1
+ Added support form.

v.2.3.0
+ Disable Ads on YouTube (auto disable pre roll; now banner ads are hidden from the video window).
+ Now advertising is turned off automatically.

v.2.2.0
+ NOW Support YouTube!

v.2.1.0
+ Disable Ads on Yandex.Music.

v.2.0.0
+ NOW Support Yandex Radio service!
+ Fixed bugs in working with the Vkontakte service.
+ Fixed bug with displaying notifications in Yandex Music.
+ Added link to the Shortcuts settings page.

v.1.5.0
+ Added link to Chrome app settings page.
+ Fixed bug opening the player Vkontakte after automatically switching songs

v.1.4.0
+ Full support for Vkontakte

v.1.3.0
+ Like / Dislike compositions in Vkontakte
+ Fixed some bugs

v.1.2.0
+ Like / Dislike compositions

v.1.1.1
+ Fixed a bug that does not allow to turn off Notifications.

v.1.1.0
+ Pop-up song notifications

v.1.0.0 - Release                    

확장 프로그램 기본 정보

이름 Online Music Control Online Music Control
ID glegacjlklaemdoofcoaainnhjcoadfn
공식 URL https://chromewebstore.google.com/detail/online-music-control/glegacjlklaemdoofcoaainnhjcoadfn
설명 Use shortcuts for control YouTube, Soundcloud, Yandex Music, Yandex Radio or Vk music.
파일 크기 337 KB
설치 횟수 2,482
현재 버전 2.3.8
최근 업데이트 2021-08-21
출시 날짜 2019-10-22
평점 4.55/5 총 60 개의 평점
개발자 https://bor64.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bor64.com/2019/02/14/online-music-control/
도움말 페이지 URL https://t.me/bor_64
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "2.3.8",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/event.js",
            "js\/notification.js",
            "js\/disableAd.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/music.yandex.by\/*",
        "https:\/\/music.yandex.by\/*",
        "http:\/\/music.yandex.ru\/*",
        "https:\/\/music.yandex.ru\/*",
        "http:\/\/music.yandex.ua\/*",
        "https:\/\/music.yandex.ua\/*",
        "http:\/\/soundcloud.com\/*",
        "https:\/\/soundcloud.com\/*",
        "http:\/\/radio.yandex.by\/*",
        "https:\/\/radio.yandex.by\/*",
        "http:\/\/radio.yandex.ru\/*",
        "https:\/\/radio.yandex.ru\/*",
        "http:\/\/radio.yandex.ua\/*",
        "https:\/\/radio.yandex.ua\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "commands": {
        "toggle-prev-song": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            },
            "description": "Previous Song",
            "global": true
        },
        "toggle-play-pause-song": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "description": "Play\/Pause Song",
            "global": true
        },
        "toggle-next-song": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "Next Song",
            "global": true
        },
        "toggle-like-song": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "Like Song",
            "global": true
        }
    }
}