Toolbar Controls for YouTube Music
Control YouTube Music player from your browser toolbar area
Toolbar Controls for YouTube Music란 무엇입니까?
Toolbar Controls for YouTube Music은(는) lunu.bounir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control YouTube Music player from your browser toolbar area"입니다.
확장 프로그램 스크린샷
Toolbar Controls for YouTube Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension can be used to control YouTube Music from the toolbar area of your browser without activating its tab. The extension allows you to pause, play, resume, seek, change volume, repeat one or all songs, shuffle playlist, mark as liked and disliked right from the toolbar popup. The idea is to use the YouTube Music without the need to activate the tab to perform the basic commands. Notes: this extension only offers controls. In another word, the tab is the actual player. You can only control YouTube Music from the popup. Hence you need to have an open tab for the extension to operate
확장 프로그램 기본 정보
이름 | Toolbar Controls for YouTube Music |
ID | gfiebgdcafaljnemebjjlgkoblpankml |
공식 URL | https://chromewebstore.google.com/detail/toolbar-controls-for-yout/gfiebgdcafaljnemebjjlgkoblpankml |
설명 | Control YouTube Music player from your browser toolbar area |
파일 크기 | 148 KB |
설치 횟수 | 1,176 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2018-09-19 |
출시 날짜 | 2018-09-18 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | lunu.bounir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://add0n.com/toolbar-music-controls.html?from=youtube |
도움말 페이지 URL | http://add0n.com/toolbar-music-controls.html?from=youtube |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/lunu.bounir.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "Toolbar Controls for YouTube Music", "description": "Control YouTube Music player from your browser toolbar area", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "homepage_url": "http:\/\/add0n.com\/toolbar-music-controls.html?from=youtube", "permissions": [ "tabs", "storage", "*:\/\/music.youtube.com\/*" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_popup": "data\/player\/index.html" } } |