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文件
下載Music Visualizer for YouTube™ Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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"
]
} | |