Music Visualizer for YouTube™ Music
Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!
Music Visualizer for YouTube™ Music란 무엇입니까?
Music Visualizer for YouTube™ Music은(는) Greyson Flippo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!"입니다.
확장 프로그램 스크린샷
Music Visualizer for YouTube™ Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website: http://flippoweb.com
Add a beautiful music visualizer to YouTube™ Music and YouTube™ video. Contact the developer at [email protected] to send in any information you would like to provide or do so via Chrome Web Store™.
INSTRUCTIONS:
-open YouTube™ Music or YouTube™
-Start playing music or a video
-Press ' F2 ', it will open a menu on the right to activate a music visualizer and this is also where future settings will be.
What's New (Version 10.0)
-Removed Google Play™ Music support and features
-Added new color settings
-Added new setting to multiply the height of the visualizers
-Optimizations
In Development Modifications:
-More settings for customization
-Setting to multiply the height of visualizer
Future Modifications:
-Small Window Mode(similar ui as the mobile version)
-ui color picker
-Any suggestions?
https://github.com/GreysonFlippo1/MusicVisualizer
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. 확장 프로그램 기본 정보
| 이름 | |
| ID | ofhohcappnjhojpboeamfijglinngdnb |
| 공식 URL | https://chromewebstore.google.com/detail/music-visualizer-for-yout/ofhohcappnjhojpboeamfijglinngdnb |
| 설명 | Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing! |
| 파일 크기 | 48.23 KB |
| 설치 횟수 | 8,273 |
| 현재 버전 | 10.1 |
| 최근 업데이트 | 2021-04-25 |
| 출시 날짜 | 2019-12-17 |
| 평점 | 3.72/5 총 103 개의 평점 |
| 개발자 | Greyson Flippo |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | http://flippoweb.com |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Music Visualizer for YouTube\u2122 Music",
"version": "10.1",
"description": "Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!",
"web_accessible_resources": [
"Bar_Viz.png",
"Wave_Viz.png",
"Circle_Viz.png",
"Ambient_Viz.png"
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"48": "icon48.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"css": [
"visualizerCSS.css"
],
"js": [
"visualizer.js"
]
}
],
"permissions": [
"storage"
]
} | |