Song Visualizer
Use our free visualizer to create awesome Music Videos.
什么是Song Visualizer?
Song Visualizer是由Xeri Media Crew | XMC开发的Chrome扩展程序,该扩展的主要功能是“Use our free visualizer to create awesome Music Videos.”。
扩展截图
下载Song Visualizer扩展crx文件
下载Song Visualizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this tool you can create awesome Music Videos for free! Simply select the song, upload your background and logo and start the render process!
扩展基本信息
名称 | |
ID | mcmnbhifpimnjdfajbhmjenegbdhjfhe |
官方URL | https://chrome.google.com/webstore/detail/song-visualizer/mcmnbhifpimnjdfajbhmjenegbdhjfhe |
简介 | Use our free visualizer to create awesome Music Videos. |
文件大小 | 6.39 KB |
安装次数 | 159 |
当前版本 | 1.2.2 |
更新时间 | 2020-10-24 |
上架时间 | 2020-05-09 |
评分 | 1.00/5 共2次评分 |
开发者 | Xeri Media Crew | XMC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.xeriflow.net/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song Visualizer", "description": "Use our free visualizer to create awesome Music Videos.", "version": "1.2.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |