Google Music Visualizer
An audio visualizer for Google Play Music.
什么是Google Music Visualizer?
Google Music Visualizer是由Zhiwen Huang开发的Chrome扩展程序,该扩展的主要功能是“An audio visualizer for Google Play Music.”。
扩展截图
下载Google Music Visualizer扩展crx文件
下载Google Music Visualizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An audio visualizer for Google Music! Being able to see the movement of your music makes it a lot more fun to listen to. This app features 6 color themes. To use just install, go to music.google.com, and pick a song to play! If you have any suggestions or feedback please send me an email! I'm currently actively working on this app and would love to make it better. Source code: https://github.com/zhiwenh/google-music-visualizer
扩展基本信息
名称 | |
ID | johpjbomefnepibfaklpjjcidhpabdnf |
官方URL | https://chrome.google.com/webstore/detail/google-music-visualizer/johpjbomefnepibfaklpjjcidhpabdnf |
简介 | An audio visualizer for Google Play Music. |
文件大小 | 182 KB |
安装次数 | 837 |
当前版本 | 1.2.9 |
更新时间 | 2019-06-03 |
上架时间 | 2019-06-03 |
评分 | 4.46/5 共13次评分 |
开发者 | Zhiwen Huang |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Music Visualizer", "description": "An audio visualizer for Google Play Music.", "version": "1.2.9", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Google Music Visualizer" }, "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/music\/*" ], "js": [ "scripts\/libraries\/jquery-3.0.0.min.js", "scripts\/libraries\/jquery-ui.min.js", "scripts\/libraries\/d3.min.js", "scripts\/visualizer.js", "scripts\/content.js" ] } ] } |